| Yannick Torres 2004-10-28, 3:57 pm |
| yannick Thu Oct 28 10:24:06 2004 EDT
Modified files:
/phpdoc/en/reference/dio/functions dio-s .xml
Log:
typo
[url]http://cvs.php.net/diff.php/phpdoc/en/reference/dio/functions/dio-s .xml?r1=1.5&r2=1.6&ty=u[/url]
Index: phpdoc/en/reference/dio/functions/dio-s .xml
diff -u phpdoc/en/reference/dio/functions/dio-s .xml:1.5 phpdoc/en/reference/dio/functions/dio-s .xml:1.6
--- phpdoc/en/reference/dio/functions/dio-s .xml:1.5 Tue Sep 7 17:36:22 2004
+++ phpdoc/en/reference/dio/functions/dio-s .xml Thu Oct 28 10:24:06 2004
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.5 $ -->
+<!-- $Revision: 1.6 $ -->
<!-- splitted from ./en/functions/dio.xml, last change in rev 1.1 -->
<refentry id="function.dio-s ">
<refnamediv>
@@ -66,7 +66,7 @@
// position is now at 5 characters from the end of the file
dio_s ($fd, SEEK_END, -10);
-// position if now at 10 characters past the end of the file.
+// position is now at 10 characters past the end of the file.
// The 10 characters between the end of the file and the current
// position are filled with zeros.
|