diff --git a/functions/pspell.xml b/functions/pspell.xml index 98c699935f..9c26b22d23 100644 --- a/functions/pspell.xml +++ b/functions/pspell.xml @@ -1,5 +1,5 @@ - + @@ -639,7 +639,7 @@ $pspell_link = pspell_new ("en", "", "", "", $pspell_config = pspell_config_create ("en"); pspell_config_personal ($pspell_config, "/var/dictionaries/custom.pws"); pspell_config_repl ($pspell_config, "/var/dictionaries/custom.repl"); -$pspell_link = pspell_new_personal ($pspell_config, "en"); +$pspell_link = pspell_new_config ($pspell_config);