aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/spell.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/nvim/spell.c')
-rw-r--r--src/nvim/spell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/spell.c b/src/nvim/spell.c
index c2354bb2c6..4000235304 100644
--- a/src/nvim/spell.c
+++ b/src/nvim/spell.c
@@ -7814,7 +7814,7 @@ spell_add_word (
if (idx == 0) { // use internal wordlist
if (int_wordlist == NULL) {
- int_wordlist = vim_tempname('s');
+ int_wordlist = vim_tempname();
if (int_wordlist == NULL)
return;
}