yannick         Thu Oct 28 10:24:06 2004 EDT

  Modified files:              
    /phpdoc/en/reference/dio/functions  dio-seek.xml 
  Log:
  typo
  
http://cvs.php.net/diff.php/phpdoc/en/reference/dio/functions/dio-seek.xml?r1=1.5&r2=1.6&ty=u
Index: phpdoc/en/reference/dio/functions/dio-seek.xml
diff -u phpdoc/en/reference/dio/functions/dio-seek.xml:1.5 
phpdoc/en/reference/dio/functions/dio-seek.xml:1.6
--- phpdoc/en/reference/dio/functions/dio-seek.xml:1.5  Tue Sep  7 17:36:22 2004
+++ phpdoc/en/reference/dio/functions/dio-seek.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-seek">
    <refnamediv>
@@ -66,7 +66,7 @@
 // position is now at 5 characters from the end of the file
 
 dio_seek($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.
 

Reply via email to