From 4c7560caaa430078fe62eea8458ba06ae20b4456 Mon Sep 17 00:00:00 2001 From: Felipe Pena Date: Fri, 18 Apr 2008 19:33:20 +0000 Subject: [PATCH] - Fix typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@257842 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/context.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/context.xml b/language/context.xml index d10c6139bf..758bb15d85 100644 --- a/language/context.xml +++ b/language/context.xml @@ -1,5 +1,5 @@ - + Context options and parameters @@ -7,7 +7,7 @@ PHP offers various context options and parameters which can be used with all - filesystem and stream wrappers. The context is create created with + filesystem and stream wrappers. The context is created with stream_context_create. Options are set with stream_context_set_option and parameters with stream_context_set_params.