aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/CHANGELOG.md
diff options
context:
space:
mode:
authorYves Senn <yves.senn@gmail.com>2013-03-13 09:09:05 +0100
committerYves Senn <yves.senn@gmail.com>2013-03-13 09:11:48 +0100
commit5ed4696b67de34477110199b4fa75d78586aab3a (patch)
tree5f7fe4ac488c5735c269f7ebfc94d9b1e9419a2d /activerecord/CHANGELOG.md
parentdff86e6ea07cdddb65a683f1dc7e4b7f165e8c3e (diff)
downloadrails-5ed4696b67de34477110199b4fa75d78586aab3a.tar.gz
rails-5ed4696b67de34477110199b4fa75d78586aab3a.tar.bz2
rails-5ed4696b67de34477110199b4fa75d78586aab3a.zip
fix typo in Active Record CHANGELOG [ci skip]
Diffstat (limited to 'activerecord/CHANGELOG.md')
-rw-r--r--activerecord/CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/CHANGELOG.md b/activerecord/CHANGELOG.md
index 930a28b752..f73fc9d9a3 100644
--- a/activerecord/CHANGELOG.md
+++ b/activerecord/CHANGELOG.md
@@ -125,7 +125,7 @@
*Aaron Weiner*
-* Warn when `rake db:structure:dump` with a mysl database and
+* Warn when `rake db:structure:dump` with a MySQL database and
`mysqldump` is not in the PATH or fails.
Fixes #9518.