aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.