From 8f9271509846e294127e901555c4f85acf48e86b Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Thu, 22 Jun 2006 04:57:27 +0000 Subject: [PATCH] comment tidbit (trunk only) --- src/shk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shk.c b/src/shk.c index ca48c33a2..55a1ce8c5 100644 --- a/src/shk.c +++ b/src/shk.c @@ -2445,7 +2445,7 @@ boolean ininv; (or by a recursive call to self on behalf of it) where the cost of this object is about to be added to shop debt in place of having it remain on the current bill */ - subfrombill(obj, shkp); /* avoid doubling billing */ + subfrombill(obj, shkp); /* avoid double billing */ } if (!Has_contents(otmp)) { -- 2.40.0