didou           Mon Dec  1 03:53:00 2003 EDT

  Modified files:              
    /phpdoc/en/reference/stream/functions       stream-get-contents.xml 
  Log:
  typo
  
Index: phpdoc/en/reference/stream/functions/stream-get-contents.xml
diff -u phpdoc/en/reference/stream/functions/stream-get-contents.xml:1.1 
phpdoc/en/reference/stream/functions/stream-get-contents.xml:1.2
--- phpdoc/en/reference/stream/functions/stream-get-contents.xml:1.1    Sun Nov 30 
13:47:42 2003
+++ phpdoc/en/reference/stream/functions/stream-get-contents.xml        Mon Dec  1 
03:52:59 2003
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
   <refentry id="function.stream-get-contents">
    <refnamediv>
     <refname>stream_get_contents</refname> 
@@ -15,7 +15,7 @@
     <para> 
      Identical to <function>file_get_contents</function>, except that
      <function>stream_get_contents</function> operates on an already open
-     file resource and returns the remainiing contents, up to
+     file resource and returns the remaining contents, up to
      <parameter>maxlength</parameter> bytes, in a string.
     </para>
     &note.bin-safe;

Reply via email to