[PHP-DOC] cvs: phpdoc /en/functions mssql.xml From: Martin Samesch (martin.samesch <email protected>)
Date: 07/18/00

samesch Tue Jul 18 11:56:12 2000 EDT

  Modified files:
    /phpdoc/en/functions mssql.xml
  Log:
  corrected two little typos
  
Index: phpdoc/en/functions/mssql.xml
diff -u phpdoc/en/functions/mssql.xml:1.4 phpdoc/en/functions/mssql.xml:1.5
--- phpdoc/en/functions/mssql.xml:1.4 Sat Jun 24 00:38:43 2000
+++ phpdoc/en/functions/mssql.xml Tue Jul 18 11:56:12 2000
@@ -110,7 +110,7 @@
     <para>
      <function>Mssql_data_seek</function> moves the internal row
      pointer of the MS SQL result associated with the specified result
- identifier to pointer to the specifyed row number. The next call
+ identifier to point to the specified row number. The next call
      to <function>mssql_fetch_row</function> would return that row.
     </para>
     <para>