diff --git a/src/Symfony/Component/Debug/Exception/ContextErrorException.php b/src/Symfony/Component/Debug/Exception/ContextErrorException.php index 2e0115f0cf..1d145f8531 100644 --- a/src/Symfony/Component/Debug/Exception/ContextErrorException.php +++ b/src/Symfony/Component/Debug/Exception/ContextErrorException.php @@ -27,7 +27,7 @@ class ContextErrorException extends \ErrorException } /** - * @return array Array of variables that existed when the exception occured + * @return array Array of variables that existed when the exception occurred */ public function getContext() {