]> granicus.if.org Git - nethack/commitdiff
spelling mistake in comment in recent commit
authornhmall <nhmall@nethack.org>
Fri, 18 Oct 2019 01:26:59 +0000 (21:26 -0400)
committernhmall <nhmall@nethack.org>
Fri, 18 Oct 2019 01:26:59 +0000 (21:26 -0400)
src/files.c

index 77b2790773d007775a92efe1e6816bf240098780..f9d5be79531c08c975837b3e0b3c8371feb53b1a 100644 (file)
@@ -3066,7 +3066,7 @@ boolean FDECL((*proc), (char *));
                 while (*ep == ' ' || *ep == '\t')
                     ++ep;
 
-                /* ingore empty lines and full-line comment lines */
+                /* ignore empty lines and full-line comment lines */
                 if (!*ep || *ep == '#')
                     ignoreline = TRUE;