From 16b45d68e5cacf82b41a636b4b4989ba02d33c06 Mon Sep 17 00:00:00 2001 From: seferov Date: Mon, 4 Feb 2013 11:37:18 +0200 Subject: [PATCH] typo --- CHANGELOG-2.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG-2.0.md b/CHANGELOG-2.0.md index 76b938d258..8db580b40e 100644 --- a/CHANGELOG-2.0.md +++ b/CHANGELOG-2.0.md @@ -238,7 +238,7 @@ To get the diff between two versions, go to https://github.com/symfony/symfony/c * d67d419: [HttpFoundation] added missing trustProxy condition * efce640: [Yaml][Parser] throw an exception if not readable * aa58330: [Form] fixed flawed condition - * 253eeba: [BugFix][Validator] Fix for PHP incosistent behaviour of ArrayAccess + * 253eeba: [BugFix][Validator] Fix for PHP inconsistent behaviour of ArrayAccess * 0507840: Prevent parameters from overwriting the template filename. * 9bc41d0: [HttpFoundation] Fixed #3053 * 9441c46: [DependencyInjection] PhpDumper, fixes #2730