samesch Wed Jan 7 09:58:03 2004 EDT
Modified files:
/phpdoc/en/reference/pspell/functions pspell-new.xml
Log:
typo
Index: phpdoc/en/reference/pspell/functions/pspell-new.xml
diff -u phpdoc/en/reference/pspell/functions/pspell-new.xml:1.5
phpdoc/en/reference/pspell/functions/pspell-new.xml:1.6
--- phpdoc/en/reference/pspell/functions/pspell-new.xml:1.5 Fri Dec 19 10:49:47
2003
+++ phpdoc/en/reference/pspell/functions/pspell-new.xml Wed Jan 7 09:58:03 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/pspell.xml, last change in rev 1.1 -->
<refentry id="function.pspell-new">
<refnamediv>
@@ -100,7 +100,7 @@
<programlisting role="php">
<![CDATA[
<?php
-$pspell_link = pspell_new "en", "", "", "",
+$pspell_link = pspell_new("en", "", "", "",
(PSPELL_FAST|PSPELL_RUN_TOGETHER));
?>
]]>