Last of the spelling fixed

This commit is contained in:
chase
2018-04-18 04:43:05 -07:00
committed by Jon Trulson
parent 6d3a19d8f9
commit 33d2749ea3
185 changed files with 279 additions and 279 deletions

View File

@@ -1553,7 +1553,7 @@ abio_close_block(FILE * outFile)
}
/*
* Write a character to the output file, preceeded by the indent string if we
* Write a character to the output file, preceded by the indent string if we
* are on a new line.
*/
int
@@ -1567,7 +1567,7 @@ abio_putc(FILE * outFile, char c)
}
/*
* Write characters to the output file, preceeded by the indent string if we
* Write characters to the output file, preceded by the indent string if we
* are on a new line.
*/
int