fixed Copy-n-Paste typo in example for pspell_new_config()

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@59264 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Vlad Krupin 2001-10-09 18:47:10 +00:00
parent 2e24bde8a9
commit b203a027d1

View file

@ -1,5 +1,5 @@
<?xml encoding="iso-8859-1"?>
<!-- $Revision: 1.18 $ -->
<!-- $Revision: 1.19 $ -->
<!-- pspell currently (2001-08-14) doesn't use resources -->
<reference id="ref.pspell">
@ -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);
</programlisting>
</example>
</para>