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.