]> granicus.if.org Git - nethack/commitdiff
spelling bit
authornethack.allison <nethack.allison>
Tue, 21 Dec 2004 15:57:59 +0000 (15:57 +0000)
committernethack.allison <nethack.allison>
Tue, 21 Dec 2004 15:57:59 +0000 (15:57 +0000)
...on the word "grammatical" no less.

src/apply.c

index 75c7e1f566cda848b9839942bfd751a013e3c175..b527b126abd03aeb2bd9ca91ec7798cfd6dfd2be 100644 (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;