From b57996e30fa337e42b56168eb2b1d12348eb4d8a Mon Sep 17 00:00:00 2001 From: Martin Samesch Date: Tue, 18 Jul 2000 18:56:12 +0000 Subject: [PATCH] corrected two little typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@28582 c90b9560-bf6c-de11-be94-00142212c4b1 --- functions/mssql.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/mssql.xml b/functions/mssql.xml index 4a3074568d..735db445ef 100644 --- a/functions/mssql.xml +++ b/functions/mssql.xml @@ -110,7 +110,7 @@ Mssql_data_seek 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 mssql_fetch_row would return that row.