diff options
author | Brian Wignall <brianwignall@gmail.com> | 2019-11-26 08:26:41 -0500 |
---|---|---|
committer | Marge Bot <ben+marge-bot@smart-cactus.org> | 2019-11-28 02:54:52 -0500 |
commit | 3748ba3a01f81078025b86023833784055d1af57 (patch) | |
tree | f5df08b667ac13c9dc28160aee08fec1a216a0bd /utils/unlit/unlit.c | |
parent | 5f84b52a9c439ae2739bf1899a2adbae9c6d4f67 (diff) | |
download | haskell-3748ba3a01f81078025b86023833784055d1af57.tar.gz |
Fix typos, using Wikipedia list of common typos
Diffstat (limited to 'utils/unlit/unlit.c')
-rw-r--r-- | utils/unlit/unlit.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/utils/unlit/unlit.c b/utils/unlit/unlit.c index 97f853b268..5a0e535109 100644 --- a/utils/unlit/unlit.c +++ b/utils/unlit/unlit.c @@ -20,7 +20,7 @@ * 1) Empty script files are not permitted. A file in which no lines * begin with `>' usually indicates a file in which the programmer * has forgotten about the literate script convention. - * 2) A line containing part of program definition (i.e. preceeded by `>') + * 2) A line containing part of program definition (i.e. preceded by `>') * cannot be used immediately before or after a comment line unless * the comment line is blank. This error usually indicates that * the `>' character has been omitted from a line in a section of @@ -166,7 +166,7 @@ static int egetc(FILE *istream) * Lines of type DEFN are copied to the output stream `ostream' * (without the leading DEFNCHAR). BLANK and TEXT lines are * replaced by empty (i.e. blank lines) in the output stream, so - * that error messages refering to line numbers in the output file + * that error messages referring to line numbers in the output file * can also be used to locate the corresponding line in the input * stream. */ |