From dc83b58bbee523b7400472f573a44887cbd0642a Mon Sep 17 00:00:00 2001 From: bdrewery Date: Thu, 7 Jan 2016 00:40:51 +0000 Subject: MFC r289677: Fix a ton of speelling errors --- usr.bin/pr/egetopt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/pr') diff --git a/usr.bin/pr/egetopt.c b/usr.bin/pr/egetopt.c index 4b41b4a..22a093a 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'; -- cgit v1.1