aboutsummaryrefslogtreecommitdiffstats
path: root/actionpack
diff options
context:
space:
mode:
authorGuillermo Iguaran <guilleiguaran@gmail.com>2013-03-03 11:35:33 -0800
committerGuillermo Iguaran <guilleiguaran@gmail.com>2013-03-03 11:35:33 -0800
commit927e649bc9dc5740285e4b4e9899421c2bbfefbe (patch)
tree967dbfdf989e3771bc5b5cbae7362aed74b48a69 /actionpack
parent0108eaf3c1f4a769343889d5ef3e69045437c9b7 (diff)
parent1129cb31d73a9e291c179b85b3414119799046d2 (diff)
downloadrails-927e649bc9dc5740285e4b4e9899421c2bbfefbe.tar.gz
rails-927e649bc9dc5740285e4b4e9899421c2bbfefbe.tar.bz2
rails-927e649bc9dc5740285e4b4e9899421c2bbfefbe.zip
Merge pull request #9531 from erik-escobedo/patch-1
Fix typo on ActionPack's ChangeLog
Diffstat (limited to 'actionpack')
-rw-r--r--actionpack/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/actionpack/CHANGELOG.md b/actionpack/CHANGELOG.md
index b71d004033..8fac6647df 100644
--- a/actionpack/CHANGELOG.md
+++ b/actionpack/CHANGELOG.md
@@ -21,7 +21,7 @@
*Sergey Nartimov*
-* Eagerly populate the http method loookup cache so local project inflections do
+* Eagerly populate the http method lookup cache so local project inflections do
not interfere with use of underscore method ( and we don't need locks )
*Aditya Sanghi*