From b19d90a56fdcc99e46ed433378bece8b2b4cc12f Mon Sep 17 00:00:00 2001 From: Moriyoshi Koizumi Date: Thu, 8 May 2003 20:47:13 +0000 Subject: [PATCH] Other typos git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@126283 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/stream/reference.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/reference/stream/reference.xml b/reference/stream/reference.xml index 96b42142f8..e7fbace7ce 100644 --- a/reference/stream/reference.xml +++ b/reference/stream/reference.xml @@ -1,5 +1,5 @@ - + Stream functions Streams @@ -77,7 +77,7 @@ wrapper specific options which modify or enhance the behavior of a stream. Contexts are created using stream_context_create and can be passed to most - filesystem realted stream creation functions (i.e. fopen, + filesystem related stream creation functions (i.e. fopen, file, file_get_contents, etc...). @@ -113,7 +113,7 @@ If a descriptive message is available from the stream, message and message_code will be populated with the appropriate values. - The meaning of these values is dependant on the specific wrapper in use. + The meaning of these values is dependent on the specific wrapper in use. bytes_transferred and bytes_max will be populated when applicable.