From 5a2f580affb93c3c8a13f08e19a2c6e70718be40 Mon Sep 17 00:00:00 2001 From: Jakub Vrana Date: Thu, 22 Jan 2009 16:55:51 +0000 Subject: [PATCH] Typo git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@274241 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/exceptions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/exceptions.xml b/language/exceptions.xml index 082414bf21..856b6bb8ae 100644 --- a/language/exceptions.xml +++ b/language/exceptions.xml @@ -1,5 +1,5 @@ - + Exceptions @@ -204,7 +204,7 @@ class TestException case self::THROW_DEFAULT: // throw default one. - throw new Exception('2 isnt allowed as a parameter', 6); + throw new Exception('2 is not allowed as a parameter', 6); break; default: