diff options
author | Andrew White <andyw@pixeltrix.co.uk> | 2013-03-13 01:21:54 -0700 |
---|---|---|
committer | Andrew White <andyw@pixeltrix.co.uk> | 2013-03-13 01:21:54 -0700 |
commit | 14a9a4ae000faf7d65ccbdc69bb3f76f2930e5df (patch) | |
tree | 5f7fe4ac488c5735c269f7ebfc94d9b1e9419a2d | |
parent | dff86e6ea07cdddb65a683f1dc7e4b7f165e8c3e (diff) | |
parent | 5ed4696b67de34477110199b4fa75d78586aab3a (diff) | |
download | rails-14a9a4ae000faf7d65ccbdc69bb3f76f2930e5df.tar.gz rails-14a9a4ae000faf7d65ccbdc69bb3f76f2930e5df.tar.bz2 rails-14a9a4ae000faf7d65ccbdc69bb3f76f2930e5df.zip |
Merge pull request #9696 from senny/typo_in_changelog
fix typo in Active Record CHANGELOG [ci skip]
-rw-r--r-- | activerecord/CHANGELOG.md | 2 |
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. |