summaryrefslogtreecommitdiffstats
path: root/src/ex_cmds2.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2007-05-10 18:59:07 +0000
committerBram Moolenaar <Bram@vim.org>2007-05-10 18:59:07 +0000
commitb8017e7a03bd487e4cea54d37dc73af9155db979 (patch)
tree944471c695abbfd78c1bcad093b3ae1890ec07b3 /src/ex_cmds2.c
parentcf0dfa2f18cead35804e200856d49235906a54d0 (diff)
updated for version 7.1b
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r--src/ex_cmds2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c
index 6480377b7b..add7adb3ab 100644
--- a/src/ex_cmds2.c
+++ b/src/ex_cmds2.c
@@ -3971,7 +3971,7 @@ ex_language(eap)
++_nl_msg_cat_cntr;
#endif
- /* Reset $LC_ALL, otherwise it would overrule everyting. */
+ /* Reset $LC_ALL, otherwise it would overrule everything. */
vim_setenv((char_u *)"LC_ALL", (char_u *)"");
if (what != LC_TIME)