commit fdd6701019b668502be2d00e042b3f9932a78f36 from: Omar Polo date: Sun Mar 26 13:56:41 2023 UTC grammar and fix typo: rigchtif → right if commit - 5fdcbbb62bc65d9207f8fa4062b856ca904cdcc6 commit + fdd6701019b668502be2d00e042b3f9932a78f36 blob - d61bd1fae0e2bab34ea4d6fe34e3f2301879546a blob + 39ebee0fb27bff738d486a8bc66fd9ee09e3c691 --- template/parse.y +++ template/parse.y @@ -427,7 +427,7 @@ lgetc(int quotec) if (c == EOF) { /* * Fake EOL when hit EOF for the first time. This gets line - * count rigchtif last line included file is syntactically + * count right if last line in included file is syntactically * invalid and has no newline. */ if (file->eof_reached == 0) {