fix typos

This commit is contained in:
RainRat
2024-04-10 00:46:21 -07:00
parent 85c8644469
commit 7656804ae9
7 changed files with 42 additions and 42 deletions

View File

@@ -53,7 +53,7 @@ strbuf_empty(strbuf_t *strbuf)
strbuf_init(strbuf);
}
/* strbuf_nl_to_crlf() converts all occurences of \n to \r\n */
/* strbuf_nl_to_crlf() converts all occurrences of \n to \r\n */
void
strbuf_nl_to_crlf(strbuf_t *strbuf)
{