yannick Sun Mar 25 18:05:58 2007 UTC
Modified files:
/phpdoc/en/reference/mysqli/functions mysqli-fetch-assoc.xml
Log:
typo
http://cvs.php.net/viewvc.cgi/phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml?r1=1.21&r2=1.22&diff_format=u
Index: phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml
diff -u phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml:1.21
phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml:1.22
--- phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml:1.21 Sun Mar
25 10:51:56 2007
+++ phpdoc/en/reference/mysqli/functions/mysqli-fetch-assoc.xml Sun Mar 25
18:05:58 2007
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.21 $ -->
+<!-- $Revision: 1.22 $ -->
<refentry id="function.mysqli-fetch-assoc">
<refnamediv>
<refname>mysqli_fetch_assoc</refname>
@@ -42,7 +42,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
- Returns an associative array of strnigs representing the fetched row in the
result
+ Returns an associative array of strings representing the fetched row in the
result
set, where each key in the array represents the name of one of the result
set's columns or &null; if there are no more rows in resultset.
</para>