nlopess Sun Aug 13 11:39:38 2006 UTC
Modified files:
/phpdoc/en/reference/enchant/functions
enchant-broker-dict-exists.xml
enchant-broker-free-dict.xml
enchant-broker-free.xml
Log:
fix typos
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-broker-dict-exists.xml?r1=1.2&r2=1.3&diff_format=u
Index: phpdoc/en/reference/enchant/functions/enchant-broker-dict-exists.xml
diff -u
phpdoc/en/reference/enchant/functions/enchant-broker-dict-exists.xml:1.2
phpdoc/en/reference/enchant/functions/enchant-broker-dict-exists.xml:1.3
--- phpdoc/en/reference/enchant/functions/enchant-broker-dict-exists.xml:1.2
Sun Aug 13 10:24:27 2006
+++ phpdoc/en/reference/enchant/functions/enchant-broker-dict-exists.xml
Sun Aug 13 11:39:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.2 $ -->
+<!-- $Revision: 1.3 $ -->
<refentry id="function.enchant-broker-dict-exists">
<refnamediv>
<refname>enchant_broker_dict_exists</refname>
@@ -58,7 +58,7 @@
$tag = 'en_US';
$r = enchant_broker_init();
if (enchant_broker_dict_exists($r,$tag)) {
- echo $tag . " dictinary found.\n";
+ echo $tag . " dictionary found.\n";
}
?>
]]>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-broker-free-dict.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/enchant/functions/enchant-broker-free-dict.xml
diff -u phpdoc/en/reference/enchant/functions/enchant-broker-free-dict.xml:1.1
phpdoc/en/reference/enchant/functions/enchant-broker-free-dict.xml:1.2
--- phpdoc/en/reference/enchant/functions/enchant-broker-free-dict.xml:1.1
Fri Aug 11 17:30:20 2006
+++ phpdoc/en/reference/enchant/functions/enchant-broker-free-dict.xml Sun Aug
13 11:39:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.enchant-broker-free-dict">
<refnamediv>
<refname>enchant_broker_free_dict</refname>
@@ -12,7 +12,7 @@
<methodparam><type>resource</type><parameter>dict</parameter></methodparam>
</methodsynopsis>
<para>
- Free a dictinary resource.
+ Free a dictionary resource.
</para>
</refsect1>
<refsect1 role="parameters">
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-broker-free.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/enchant/functions/enchant-broker-free.xml
diff -u phpdoc/en/reference/enchant/functions/enchant-broker-free.xml:1.1
phpdoc/en/reference/enchant/functions/enchant-broker-free.xml:1.2
--- phpdoc/en/reference/enchant/functions/enchant-broker-free.xml:1.1 Fri Aug
11 17:30:20 2006
+++ phpdoc/en/reference/enchant/functions/enchant-broker-free.xml Sun Aug
13 11:39:38 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
<refentry id="function.enchant-broker-free">
<refnamediv>
<refname>enchant_broker_free</refname>
@@ -12,7 +12,7 @@
<methodparam><type>resource</type><parameter>broker</parameter></methodparam>
</methodsynopsis>
<para>
- Free a broker resource with all its dictinaries.
+ Free a broker resource with all its dictionaries.
</para>
</refsect1>