From 191324d04bb2ef48ae4194908e02305ac4a47fd8 Mon Sep 17 00:00:00 2001 From: Dave Barr Date: Thu, 25 Sep 2003 22:05:11 +0000 Subject: [PATCH] typo. git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@141086 c90b9560-bf6c-de11-be94-00142212c4b1 --- appendices/wrappers.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appendices/wrappers.xml b/appendices/wrappers.xml index 62189a07cd..c2f69f0f96 100644 --- a/appendices/wrappers.xml +++ b/appendices/wrappers.xml @@ -1,5 +1,5 @@ - + List of Supported Protocols/Wrappers @@ -370,7 +370,7 @@ foreach(stream_get_meta_data($fp) as $response) { opening. This is useful with all-in-one file functions such as readfile, file, and file_get_contents where there is otherwise - no opporotunity to apply a filter to the stream prior the contents + no opportunity to apply a filter to the stream prior the contents being read.