From 06eae4dca7689374dd4b95a2777b9aac441ba8b5 Mon Sep 17 00:00:00 2001 From: Cornelia Boenigk Date: Sun, 25 Aug 2002 19:52:42 +0000 Subject: [PATCH] fixed typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@93572 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/msql/functions/msql-data-seek.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/reference/msql/functions/msql-data-seek.xml b/reference/msql/functions/msql-data-seek.xml index 2d6febd04e..a834693243 100644 --- a/reference/msql/functions/msql-data-seek.xml +++ b/reference/msql/functions/msql-data-seek.xml @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ msql_data_seek moves the internal row pointer of the mSQL result associated with the specified query - identifier to pointer to the specifyed row number. The next call + identifier to point to the specifyed row number. The next call to msql_fetch_row would return that row.