Cleanup: spelling

This commit is contained in:
2021-03-18 09:35:12 +11:00
parent 0c58ad8a34
commit bb6765f28f
75 changed files with 116 additions and 108 deletions

View File

@@ -112,7 +112,7 @@ int main(int argc, char **argv)
fprintf(fpout, "%3d,", getc(fpin));
}
/* trailing NULL terminator, this isnt needed in some cases and
/* Trailing NULL terminator, this isn't needed in some cases and
* won't be taken into account by the size variable, but its useful when dealing with
* NULL terminated string data */
fprintf(fpout, "0\n};\n\n");