From 6fdf8cf56d7ffa9ee2c8e65433f22d1f2f2c76f4 Mon Sep 17 00:00:00 2001 From: Bart van den Burg Date: Tue, 25 Jun 2013 16:33:52 +0300 Subject: [PATCH] Fixed typo --- src/Symfony/Component/Debug/Exception/ContextErrorException.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {