From: nethack.rankin Date: Sat, 14 Jun 2003 06:58:11 +0000 (+0000) Subject: comment tidbit X-Git-Tag: MOVE2GIT~1923 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a88f420d55a27ac0052a7b21c0bb7adb79bec2d;p=nethack comment tidbit Fix a misspelling pointed out by some time back. --- diff --git a/src/shk.c b/src/shk.c index dc2116b5d..7137412a1 100644 --- a/src/shk.c +++ b/src/shk.c @@ -463,7 +463,7 @@ xchar x, y; } } -/* shop merchandize has been taken; pay for it with any credit available; +/* shop merchandise has been taken; pay for it with any credit available; return false if the debt is fully covered by credit, true otherwise */ static boolean rob_shop(shkp)