diff options
Diffstat (limited to 'src/nvim/os/lang.c')
-rw-r--r-- | src/nvim/os/lang.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/os/lang.c b/src/nvim/os/lang.c index 93c200f6e8..602dcc9bd3 100644 --- a/src/nvim/os/lang.c +++ b/src/nvim/os/lang.c @@ -74,7 +74,7 @@ char *get_mess_lang(void) /// Get the language used for messages from the environment. /// /// This uses LC_MESSAGES when available, which it is for most systems we build for -/// except for windows. Then fallback to get the value from the envirionment +/// except for windows. Then fallback to get the value from the environment /// ourselves, and use LC_CTYPE as a last resort. static char *get_mess_env(void) { |