spelling mistake in comment in recent commit

This commit is contained in:
nhmall
2019-10-17 21:26:59 -04:00
parent 389c496055
commit 74dc97866b

View File

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