From ec5060dc56fbe633fffe514d4b9ec0a9e5dc6c22 Mon Sep 17 00:00:00 2001 From: "nethack.allison" Date: Tue, 21 Dec 2004 15:57:59 +0000 Subject: [PATCH] spelling bit ...on the word "grammatical" no less. --- src/apply.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apply.c b/src/apply.c index 75c7e1f56..b527b126a 100644 --- a/src/apply.c +++ b/src/apply.c @@ -1028,7 +1028,7 @@ struct obj **optr; } else { if ((long)otmp->spe + obj->quan > 7L) { obj = splitobj(obj, 7L - (long)otmp->spe); - /* avoid a gramatical error if obj->quan gets + /* avoid a grammatical error if obj->quan gets reduced to 1 candle from more than one */ s = (obj->quan != 1) ? "candles" : "candle"; } else *optr = 0; -- 2.40.0