Merge branch 'NetHack-3.6'

This commit is contained in:
nhmall
2019-10-18 11:15:35 -04:00
5 changed files with 35 additions and 24 deletions

View File

@@ -3301,7 +3301,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;