]> granicus.if.org Git - nethack/commitdiff
very trivial typo
authorarromdee <arromdee>
Mon, 6 Sep 2004 21:43:02 +0000 (21:43 +0000)
committerarromdee <arromdee>
Mon, 6 Sep 2004 21:43:02 +0000 (21:43 +0000)
src/objnam.c

index ac64710143c377f7de9fe50b5536df052af21093..a5394fad0b5b13448f6797aa9f6b7f15d66ff7b9 100644 (file)
@@ -1474,7 +1474,7 @@ const char *oldstr;
                goto bottom;
        }
        if (len >= 5 && (!strcmp(spot-4, "matzo")
-                                       || !strcmp(spot-5, "matza"))) {
+                                       || !strcmp(spot-4, "matza"))) {
                Strcpy(spot, "ot");
                goto bottom;
        }