takagi          Sun Aug 13 10:24:27 2006 UTC

  Modified files:              
    /phpdoc/en/reference/enchant/functions      enchant-dict-quick-check.xml 
                                                enchant-dict-get-error.xml 
                                                enchant-dict-describe.xml 
                                                
enchant-broker-request-pwl-dict.xml 
                                                enchant-broker-list-dicts.xml 
                                                enchant-broker-dict-exists.xml 
                                                enchant-broker-describe.xml 
  Log:
  fixed typos.
  
  
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-dict-quick-check.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/enchant/functions/enchant-dict-quick-check.xml
diff -u phpdoc/en/reference/enchant/functions/enchant-dict-quick-check.xml:1.1 
phpdoc/en/reference/enchant/functions/enchant-dict-quick-check.xml:1.2
--- phpdoc/en/reference/enchant/functions/enchant-dict-quick-check.xml:1.1      
Fri Aug 11 17:30:20 2006
+++ phpdoc/en/reference/enchant/functions/enchant-dict-quick-check.xml  Sun Aug 
13 10:24:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.enchant-dict-quick-check">
  <refnamediv>
   <refname>enchant_dict_quick_check</refname>
@@ -42,7 +42,7 @@
      <term><parameter>suggestions</parameter></term>
      <listitem>
       <para>
-       If the workd is not correctly spelled, this variable will
+       If the word is not correctly spelled, this variable will
        contain an array of suggestions.
       </para>
      </listitem>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-dict-get-error.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/enchant/functions/enchant-dict-get-error.xml
diff -u phpdoc/en/reference/enchant/functions/enchant-dict-get-error.xml:1.1 
phpdoc/en/reference/enchant/functions/enchant-dict-get-error.xml:1.2
--- phpdoc/en/reference/enchant/functions/enchant-dict-get-error.xml:1.1        
Fri Aug 11 17:30:20 2006
+++ phpdoc/en/reference/enchant/functions/enchant-dict-get-error.xml    Sun Aug 
13 10:24:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.enchant-dict-get-error">
  <refnamediv>
   <refname>enchant_dict_get_error</refname>
@@ -24,7 +24,7 @@
      <term><parameter>dict</parameter></term>
      <listitem>
       <para>
-       Its description
+       Dictinaray resource
       </para>
      </listitem>
     </varlistentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-dict-describe.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/enchant/functions/enchant-dict-describe.xml
diff -u phpdoc/en/reference/enchant/functions/enchant-dict-describe.xml:1.1 
phpdoc/en/reference/enchant/functions/enchant-dict-describe.xml:1.2
--- phpdoc/en/reference/enchant/functions/enchant-dict-describe.xml:1.1 Fri Aug 
11 17:30:20 2006
+++ phpdoc/en/reference/enchant/functions/enchant-dict-describe.xml     Sun Aug 
13 10:24:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.enchant-dict-describe">
  <refnamediv>
   <refname>enchant_dict_describe</refname>
@@ -43,10 +43,10 @@
   &reftitle.examples;
   <para>
    <example>
-    <title>A <function>enchant_broker_request_dict</function> example</title>
+    <title>A <function>enchant_dict_describe</function> example</title>
     <para>
      Check if a dictionary exists using
-     <function>enchant_broker_dict_exists</function> and request it.
+     <function>enchant_broker_dict_exists</function> and show the detail of it.
     </para>
     <programlisting role="php">
 <![CDATA[
@@ -55,7 +55,7 @@
 $broker = enchant_broker_init();
 if (enchant_broker_dict_exists($broker,$tag)) {
     $dict = enchant_broker_request_dict($r, $tag);
-    $dict_details = enchant_broker_dict_describe($dict);
+    $dict_details = enchant_dict_describe($dict);
     print_r($dict_details);
 }
 ?>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-broker-request-pwl-dict.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/enchant/functions/enchant-broker-request-pwl-dict.xml
diff -u 
phpdoc/en/reference/enchant/functions/enchant-broker-request-pwl-dict.xml:1.1 
phpdoc/en/reference/enchant/functions/enchant-broker-request-pwl-dict.xml:1.2
--- 
phpdoc/en/reference/enchant/functions/enchant-broker-request-pwl-dict.xml:1.1   
    Fri Aug 11 17:30:20 2006
+++ phpdoc/en/reference/enchant/functions/enchant-broker-request-pwl-dict.xml   
Sun Aug 13 10:24:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.enchant-broker-request-pwl-dict">
  <refnamediv>
   <refname>enchant_broker_request_pwl_dict</refname>
@@ -25,7 +25,7 @@
      <term><parameter>broker</parameter></term>
      <listitem>
       <para>
-       Dict
+       Broker resource
       </para>
      </listitem>
     </varlistentry>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-broker-list-dicts.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/enchant/functions/enchant-broker-list-dicts.xml
diff -u phpdoc/en/reference/enchant/functions/enchant-broker-list-dicts.xml:1.1 
phpdoc/en/reference/enchant/functions/enchant-broker-list-dicts.xml:1.2
--- phpdoc/en/reference/enchant/functions/enchant-broker-list-dicts.xml:1.1     
Fri Aug 11 17:30:20 2006
+++ phpdoc/en/reference/enchant/functions/enchant-broker-list-dicts.xml Sun Aug 
13 10:24:27 2006
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.enchant-broker-list-dicts">
  <refnamediv>
   <refname>enchant_broker_list_dicts</refname>
-  <refpurpose>Returns the last error of the broker</refpurpose>
+  <refpurpose>Returns a list of available dictionaries</refpurpose>
  </refnamediv>
  <refsect1 role="description">
   &reftitle.description;
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-broker-dict-exists.xml?r1=1.1&r2=1.2&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.1 
phpdoc/en/reference/enchant/functions/enchant-broker-dict-exists.xml:1.2
--- phpdoc/en/reference/enchant/functions/enchant-broker-dict-exists.xml:1.1    
Fri Aug 11 17:30:20 2006
+++ phpdoc/en/reference/enchant/functions/enchant-broker-dict-exists.xml        
Sun Aug 13 10:24:27 2006
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <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 . " dictinary found.\n";
 }
 ?>
 ]]>
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/enchant/functions/enchant-broker-describe.xml?r1=1.1&r2=1.2&diff_format=u
Index: phpdoc/en/reference/enchant/functions/enchant-broker-describe.xml
diff -u phpdoc/en/reference/enchant/functions/enchant-broker-describe.xml:1.1 
phpdoc/en/reference/enchant/functions/enchant-broker-describe.xml:1.2
--- phpdoc/en/reference/enchant/functions/enchant-broker-describe.xml:1.1       
Fri Aug 11 17:30:20 2006
+++ phpdoc/en/reference/enchant/functions/enchant-broker-describe.xml   Sun Aug 
13 10:24:27 2006
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <refentry id="function.enchant-broker-describe">
  <refnamediv>
   <refname>enchant_broker_describe</refname>
-  <refpurpose>Enumerates the Enchant providers and tells</refpurpose>
+  <refpurpose>Enumerates the Enchant providers</refpurpose>
  </refnamediv>
  <refsect1 role="description">
   &reftitle.description;

Reply via email to