Fix a ton of speelling errors

arc lint is helpful

Reviewed By: allanjude, wblock, #manpages, chris@bsdjunk.com
Differential Revision: https://reviews.freebsd.org/D3337
This commit is contained in:
Eitan Adler
2015-10-21 05:37:09 +00:00
parent d82fd861a1
commit 463a577b27
45 changed files with 64 additions and 64 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ semicolon: EATSPACE();
}
/*
* Get a delimited string. P points to the delimeter of the string; d points
* Get a delimited string. P points to the delimiter of the string; d points
* to a buffer area. Newline and delimiter escapes are processed; other
* escapes are ignored.
*