diff options
Diffstat (limited to 'src/nvim/spell.c')
| -rw-r--r-- | src/nvim/spell.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/src/nvim/spell.c b/src/nvim/spell.c index 180073ade1..4d8da1ba14 100644 --- a/src/nvim/spell.c +++ b/src/nvim/spell.c @@ -2007,7 +2007,7 @@ char_u *did_set_spelllang(win_T *wp)      region = NULL;      len = (int)STRLEN(lang); -    if (!valid_spellang(lang)) { +    if (!valid_spelllang(lang)) {        continue;      } | 
