]> granicus.if.org Git - php/commitdiff
fix typo
authorWez Furlong <wez@php.net>
Sat, 16 Mar 2002 13:54:03 +0000 (13:54 +0000)
committerWez Furlong <wez@php.net>
Sat, 16 Mar 2002 13:54:03 +0000 (13:54 +0000)
README.STREAMS

index e5a3cca35a185eecd590b8c64e073a1a71ee7f0c..897d40db4e8837f03ebf6f798eb3d8d8f57e5d4b 100644 (file)
@@ -164,7 +164,7 @@ if (php_stream_can_cast(stream, PHP_STREAM_AS_SOCKETD) == SUCCESS)  {
 Please note the difference between php_stream_is and php_stream_can_cast;
 stream_is tells you if the stream is a particular type of stream, whereas
 can_cast tells you if the stream can be forced into the form you request.
-The format doesn't change anything, while the later *might* change some
+The former doesn't change anything, while the later *might* change some
 state in the stream.
 
 Stream Internals