spelling bit

...on the word "grammatical" no less.
This commit is contained in:
nethack.allison
2004-12-21 15:57:59 +00:00
parent 2a2323bab4
commit ec5060dc56

View File

@@ -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;