From 1994b4e83c693014d9dc5b43201268b28397e255 Mon Sep 17 00:00:00 2001 From: foobar Date: Fri, 6 Apr 2001 18:27:59 +0000 Subject: [PATCH] Fixed typos. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44973 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/pspell.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/pspell.xml b/functions/pspell.xml index cc155f2929..399f02927f 100644 --- a/functions/pspell.xml +++ b/functions/pspell.xml @@ -239,7 +239,7 @@ pspell_save_wordlist ($pspell_link); //"Vlad" will not be saved $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); +$pspell_link = pspell_new_personal ($pspell_config, "en"); @@ -628,7 +628,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); +$pspell_link = pspell_new_personal ($pspell_config, "en");