From 5a88f420d55a27ac0052a7b21c0bb7adb79bec2d Mon Sep 17 00:00:00 2001 From: "nethack.rankin" Date: Sat, 14 Jun 2003 06:58:11 +0000 Subject: [PATCH] comment tidbit Fix a misspelling pointed out by some time back. --- src/shk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.50.1