From b203a027d18b71ba8a4b297244c6bbb1301390eb Mon Sep 17 00:00:00 2001
From: Vlad Krupin <vlad@php.net>
Date: Tue, 9 Oct 2001 18:47:10 +0000
Subject: [PATCH] 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
---
 functions/pspell.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

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 @@
 <?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>