very trivial typo

This commit is contained in:
arromdee
2004-09-06 21:43:02 +00:00
parent 24bb857d95
commit d56fbeb761

View 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;
}