From 881e4c0b9f393b9f79ad5040aae8d92c0b12eb3f Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi <moriyoshi@php.net> Date: Mon, 5 May 2003 23:59:20 +0000 Subject: [PATCH] typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@125934 c90b9560-bf6c-de11-be94-00142212c4b1 --- chapters/streams.common.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/chapters/streams.common.xml b/chapters/streams.common.xml index fa7107ebbe..2752b1c2e6 100755 --- a/chapters/streams.common.xml +++ b/chapters/streams.common.xml @@ -1,5 +1,5 @@ <?xml version="1.0" encoding="iso-8859-1"?> -<!-- $Revision: 1.3 $ --> +<!-- $Revision: 1.4 $ --> <!-- Author: Wez Furlong <wez@thebrainroom.com> Please contact me before making any major amendments to the content of this section. Splitting/Merging are fine if they are @@ -735,7 +735,7 @@ <note> <simpara> If you ask a socket based stream for a FILE*, the streams API will use <function>fdopen</function> to - create it for you. Be warned that doing do may cause data that was buffered in the streams layer to be + create it for you. Be warned that doing so may cause data that was buffered in the streams layer to be lost if you intermix streams API calls with ANSI stdio calls. </simpara> </note>