dams            Fri May 11 00:35:50 2001 EDT

  Modified files:              
    /phpdoc/en/functions        aspell.xml 
  Log:
  boolean -> bool
  
  
Index: phpdoc/en/functions/aspell.xml
diff -u phpdoc/en/functions/aspell.xml:1.7 phpdoc/en/functions/aspell.xml:1.8
--- phpdoc/en/functions/aspell.xml:1.7  Fri Sep 29 19:01:26 2000
+++ phpdoc/en/functions/aspell.xml      Fri May 11 00:35:50 2001
@@ -61,7 +61,7 @@
     <title>Description</title>
     <funcsynopsis>
      <funcprototype>
-      <funcdef>boolean <function>aspell_check</function></funcdef>
+      <funcdef>bool <function>aspell_check</function></funcdef>
       <paramdef>int <parameter>dictionary_link</parameter></paramdef>
       <paramdef>string <parameter>word</parameter></paramdef>
      </funcprototype>
@@ -97,7 +97,7 @@
     <title>Description</title>
     <funcsynopsis>
      <funcprototype>
-      <funcdef>boolean <function>aspell_check_raw</function></funcdef>
+      <funcdef>bool <function>aspell_check_raw</function></funcdef>
       <paramdef>int <parameter>dictionary_link</parameter></paramdef>
       <paramdef>string <parameter>word</parameter></paramdef>
      </funcprototype>


Reply via email to