summaryrefslogtreecommitdiff
path: root/usr.bin/pr
diff options
context:
space:
mode:
authorEitan Adler <eadler@FreeBSD.org>2015-10-21 05:37:09 +0000
committerEitan Adler <eadler@FreeBSD.org>2015-10-21 05:37:09 +0000
commit463a577b274c9523cb72f534d42e7efa4d8e1c3d (patch)
tree1149682a8773189b3c623000a582961e7e382c47 /usr.bin/pr
parentd82fd861a14a622047697f4a04f642ef6176b961 (diff)
downloadsrc-test-463a577b274c9523cb72f534d42e7efa4d8e1c3d.tar.gz
src-test-463a577b274c9523cb72f534d42e7efa4d8e1c3d.zip
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
Notes
Notes: svn path=/head/; revision=289677
Diffstat (limited to 'usr.bin/pr')
-rw-r--r--usr.bin/pr/egetopt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/pr/egetopt.c b/usr.bin/pr/egetopt.c
index 4b41b4ac365b7..22a093a61ba94 100644
--- a/usr.bin/pr/egetopt.c
+++ b/usr.bin/pr/egetopt.c
@@ -76,7 +76,7 @@ egetopt(int nargc, char * const *nargv, const char *ostr)
{
static char *place = emsg; /* option letter processing */
char *oli; /* option letter list index */
- static int delim; /* which option delimeter */
+ static int delim; /* which option delimiter */
char *p;
static char savec = '\0';