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')
++ep;
/* ingore empty lines and full-line comment lines */
/* ignore empty lines and full-line comment lines */
if (!*ep || *ep == '#')
ignoreline = TRUE;