diff options
Diffstat (limited to 'src/ex_cmds2.c')
-rw-r--r-- | src/ex_cmds2.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ex_cmds2.c b/src/ex_cmds2.c index 6480377b7..add7adb3a 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) |