mirror of
https://github.com/neovim/neovim.git
synced 2025-09-26 13:08:33 +00:00
Fix seperator->separator, path_tail_with_separator->path_tail_with_sep.
This commit is contained in:

committed by
Thiago de Arruda

parent
955d6a2949
commit
865e3280a8
@@ -8507,7 +8507,7 @@ spell_add_word (
|
||||
* file. We may need to create the "spell" directory first. We
|
||||
* already checked the runtime directory is writable in
|
||||
* init_spellfile(). */
|
||||
if (!dir_of_file_exists(fname) && (p = path_tail_with_seperator(fname)) != fname) {
|
||||
if (!dir_of_file_exists(fname) && (p = path_tail_with_sep(fname)) != fname) {
|
||||
int c = *p;
|
||||
|
||||
/* The directory doesn't exist. Try creating it and opening
|
||||
|
Reference in New Issue
Block a user