From 6f58b9ad5331d3619fc68a4706d5f85a95510a63 Mon Sep 17 00:00:00 2001 From: Cheah Chu Yeow Date: Wed, 29 Dec 2010 19:36:00 +0800 Subject: Fix typo in ActionPack changelog. --- actionpack/CHANGELOG | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/actionpack/CHANGELOG b/actionpack/CHANGELOG index 1a7b441b92..b18d6f7817 100644 --- a/actionpack/CHANGELOG +++ b/actionpack/CHANGELOG @@ -45,7 +45,7 @@ * Symbols and strings in routes should yield the same behavior. Note this may break existing apps that were using symbols with the new routes API. [José Valim] -* Add clear_helpers as a way to clean up all helpers added to this controller, maintaing just the helper with the same name as the controller. [José Valim] +* Add clear_helpers as a way to clean up all helpers added to this controller, maintaining just the helper with the same name as the controller. [José Valim] * Support routing constraints in functional tests. [Andrew White] -- cgit v1.2.3