summaryrefslogtreecommitdiff
path: root/usr.bin/locale
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/locale
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/locale')
-rw-r--r--usr.bin/locale/locale.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/locale/locale.c b/usr.bin/locale/locale.c
index ee9bf84d66d7e..e0fe7be8460d1 100644
--- a/usr.bin/locale/locale.c
+++ b/usr.bin/locale/locale.c
@@ -466,10 +466,10 @@ showlocale(void)
&& strcmp(lang, vval)) {
/*
* Appropriate environment variable set, its value
- * is valid and not overriden by LC_ALL
+ * is valid and not overridden by LC_ALL
*
* XXX: possible side effect: if both LANG and
- * overriden environment variable are set into same
+ * overridden environment variable are set into same
* value, then it'll be assumed as 'implied'
*/
printf("%s=%s\n", lcinfo[i].name, vval);