cortesi         Fri Sep  6 05:12:32 2002 EDT

  Modified files:              
    /phpdoc/en/chapters streams.xml 
  Log:
  typo. closing bug #19262
  
  
Index: phpdoc/en/chapters/streams.xml
diff -u phpdoc/en/chapters/streams.xml:1.1 phpdoc/en/chapters/streams.xml:1.2
--- phpdoc/en/chapters/streams.xml:1.1  Sat Aug 10 19:38:41 2002
+++ phpdoc/en/chapters/streams.xml      Fri Sep  6 05:12:32 2002
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.1 $ -->
+<!-- $Revision: 1.2 $ -->
 <!-- Author: Wez Furlong <[EMAIL PROTECTED]>
   Please contact me before making any major amendments to the
   content of this section.  Splitting/Merging are fine if they are
@@ -36,7 +36,7 @@
   </para>
   <para>
    Streams can be cast (converted) into other types of file-handles, so that they
-   can be used with third-pary libraries without a great deal of trouble.  This
+   can be used with third-party libraries without a great deal of trouble.  This
    allows those libraries to access data directly from URL sources.  If your
    system has the <function>fopencookie</function> function, you can even
    pass any PHP stream to any library that uses ANSI stdio!



-- 
PHP Documentation Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to