From 741560c23302a92738a70640f8c90a9877cfdd69 Mon Sep 17 00:00:00 2001 From: Peter Cowburn Date: Tue, 24 May 2011 14:30:57 +0000 Subject: [PATCH] Typo (espects to expects) git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311392 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/spl/unexpectedvalueexception.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/spl/unexpectedvalueexception.xml b/reference/spl/unexpectedvalueexception.xml index 62e8ffb3f3..dffcb61db6 100644 --- a/reference/spl/unexpectedvalueexception.xml +++ b/reference/spl/unexpectedvalueexception.xml @@ -16,7 +16,7 @@ &reftitle.intro; Exception thrown if a value does not match with a set of values. Typically - this happens when a function calls another function and espects the return + this happens when a function calls another function and expects the return value to be of a certain type or value not including arithmetic or buffer related errors.