Fixed typos.

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@44973 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
foobar 2001-04-06 18:27:59 +00:00
parent 20ffd82b3e
commit 1994b4e83c

View file

@ -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");
</programlisting>
</example>
</para>
@ -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");
</programlisting>
</example>
</para>