[PHP-DOC] cvs: phpdoc /en/functions mysql.xml From: Jouni Ahto (jah <email protected>)
Date: 12/09/00

jah Sat Dec 9 07:04:11 2000 EDT

  Modified files:
    /phpdoc/en/functions mysql.xml
  Log:
  
  Fixed a typo.
  
  
Index: phpdoc/en/functions/mysql.xml
diff -u phpdoc/en/functions/mysql.xml:1.31 phpdoc/en/functions/mysql.xml:1.32
--- phpdoc/en/functions/mysql.xml:1.31 Mon Nov 6 15:45:56 2000
+++ phpdoc/en/functions/mysql.xml Sat Dec 9 07:04:10 2000
@@ -683,7 +683,7 @@
      Returns an associative array that corresponds to the fetched row,
      or false if there are no more rows.</para>
     <para>
- <function>mysql_fetch_assoc</function> is eqivilant to calling
+ <function>mysql_fetch_assoc</function> is equivalent to calling
      <function>mysql_fetch_array</function> with MYSQL_ASSOC for the
      optional second parameter. It only returns an associative array.
      This is the way <function>mysql_fetch_array</function> originally