]> granicus.if.org Git - nethack/commitdiff
recent in_use comment typo
authorPatR <rankin@nethack.org>
Sat, 21 Aug 2021 20:18:48 +0000 (13:18 -0700)
committerPatR <rankin@nethack.org>
Sat, 21 Aug 2021 20:18:48 +0000 (13:18 -0700)
src/shk.c

index 2828d2c408327a1dfd433304268c787af617a792..813dd2e91efca86fcbde286504096e2f162074a6 100644 (file)
--- a/src/shk.c
+++ b/src/shk.c
@@ -2503,7 +2503,7 @@ add_to_billobjs(struct obj* obj)
     obj->where = OBJ_ONBILL;
 
     /* if hero drinks a shop-owned potion, it will have been flagged
-       in_use by dodrink/dopotion but isn't being be used up yet because
+       in_use by dodrink/dopotion but isn't being used up yet because
        it stays on the bill; only object sanity checking actually cares */
     obj->in_use = 0;
     /* ... same for bypass by destroy_item */