Typographical and Grammatical fixes

This commit is contained in:
THE-Spellchecker
2023-11-28 01:55:57 -05:00
committed by Todd C. Miller
parent b4ae559c81
commit 5eba4b48cf
27 changed files with 38 additions and 38 deletions

View File

@@ -415,8 +415,8 @@ sudo_lbuf_println(struct sudo_lbuf *lbuf, char *line, size_t len)
cp = ep;
/*
* If there is more to print, reset have, incremement cp past
* the whitespace, and print a line continuaton char if needed.
* If there is more to print, reset have, increment cp past
* the whitespace, and print a line continuation char if needed.
*/
if (cp != NULL) {
have = lbuf->cols - indent;