Typo (espects to expects)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@311392 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Peter Cowburn 2011-05-24 14:30:57 +00:00
parent 3f32d1d950
commit 741560c233

View file

@ -16,7 +16,7 @@
&reftitle.intro;
<para>
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.
</para>