Date: 10/09/01
- Next message: vlad <email protected>: "[PHP-DOC] Bug #11017 Updated: Documentation for pspell_new_config() is wrong"
- Previous message: Real_Cash <email protected>: "[PHP-DOC] GET MOVIN!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
vlad Tue Oct 9 14:47:11 2001 EDT
Modified files:
/phpdoc/en/functions pspell.xml
Log:
fixed Copy-n-Paste typo in example for pspell_new_config()
Index: phpdoc/en/functions/pspell.xml
diff -u phpdoc/en/functions/pspell.xml:1.18 phpdoc/en/functions/pspell.xml:1.19
--- phpdoc/en/functions/pspell.xml:1.18 Fri Sep 21 18:47:46 2001
+++ phpdoc/en/functions/pspell.xml Tue Oct 9 14:47:10 2001
@@ -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_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>
- Next message: vlad <email protected>: "[PHP-DOC] Bug #11017 Updated: Documentation for pspell_new_config() is wrong"
- Previous message: Real_Cash <email protected>: "[PHP-DOC] GET MOVIN!!"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

