Author: js221926
Date: 2011-04-20 09:51:40 +0200 (Wed, 20 Apr 2011)
New Revision: 25944
Log:
Fix typo (Thanks, sbester!)
Modified:
trunk/refman-5.0/apis-c.xml
trunk/refman-5.1/apis-c.xml
trunk/refman-5.5/apis-c.xml
trunk/refman-5.6/apis-c.xml
trunk/refman-6.0/apis-c.xml
Modified: trunk/refman-5.0/apis-c.xml
===================================================================
--- trunk/refman-5.0/apis-c.xml 2011-04-20 01:57:11 UTC (rev 25943)
+++ trunk/refman-5.0/apis-c.xml 2011-04-20 07:51:40 UTC (rev 25944)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 665 bytes
@@ -11270,7 +11270,7 @@
By default, result sets are fetched unbuffered a row at a time
from the server. To buffer the entire result set on the client,
call <literal role="cfunc">mysql_stmt_store_result()</literal>
- after binding the data buffers and before caling
+ after binding the data buffers and before calling
<literal role="cfunc">mysql_stmt_fetch()</literal>.
</para>
Modified: trunk/refman-5.1/apis-c.xml
===================================================================
--- trunk/refman-5.1/apis-c.xml 2011-04-20 01:57:11 UTC (rev 25943)
+++ trunk/refman-5.1/apis-c.xml 2011-04-20 07:51:40 UTC (rev 25944)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 665 bytes
@@ -11372,7 +11372,7 @@
By default, result sets are fetched unbuffered a row at a time
from the server. To buffer the entire result set on the client,
call <literal role="cfunc">mysql_stmt_store_result()</literal>
- after binding the data buffers and before caling
+ after binding the data buffers and before calling
<literal role="cfunc">mysql_stmt_fetch()</literal>.
</para>
Modified: trunk/refman-5.5/apis-c.xml
===================================================================
--- trunk/refman-5.5/apis-c.xml 2011-04-20 01:57:11 UTC (rev 25943)
+++ trunk/refman-5.5/apis-c.xml 2011-04-20 07:51:40 UTC (rev 25944)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 665 bytes
@@ -11398,7 +11398,7 @@
By default, result sets are fetched unbuffered a row at a time
from the server. To buffer the entire result set on the client,
call <literal role="cfunc">mysql_stmt_store_result()</literal>
- after binding the data buffers and before caling
+ after binding the data buffers and before calling
<literal role="cfunc">mysql_stmt_fetch()</literal>.
</para>
Modified: trunk/refman-5.6/apis-c.xml
===================================================================
--- trunk/refman-5.6/apis-c.xml 2011-04-20 01:57:11 UTC (rev 25943)
+++ trunk/refman-5.6/apis-c.xml 2011-04-20 07:51:40 UTC (rev 25944)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 665 bytes
@@ -11411,7 +11411,7 @@
By default, result sets are fetched unbuffered a row at a time
from the server. To buffer the entire result set on the client,
call <literal role="cfunc">mysql_stmt_store_result()</literal>
- after binding the data buffers and before caling
+ after binding the data buffers and before calling
<literal role="cfunc">mysql_stmt_fetch()</literal>.
</para>
Modified: trunk/refman-6.0/apis-c.xml
===================================================================
--- trunk/refman-6.0/apis-c.xml 2011-04-20 01:57:11 UTC (rev 25943)
+++ trunk/refman-6.0/apis-c.xml 2011-04-20 07:51:40 UTC (rev 25944)
Changed blocks: 1, Lines Added: 1, Lines Deleted: 1; 665 bytes
@@ -11639,7 +11639,7 @@
By default, result sets are fetched unbuffered a row at a time
from the server. To buffer the entire result set on the client,
call <literal role="cfunc">mysql_stmt_store_result()</literal>
- after binding the data buffers and before caling
+ after binding the data buffers and before calling
<literal role="cfunc">mysql_stmt_fetch()</literal>.
</para>
| Thread |
|---|
| • svn commit - mysqldoc@oter02: r25944 - in trunk: refman-5.0 refman-5.1 refman-5.5 refman-5.6 refman-6.0 | jon.stephens | 20 Apr |