aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-17 14:33:09 -0700
committerRafael Mendonça França <rafaelmfranca@gmail.com>2013-05-17 14:33:09 -0700
commit05eae0ac6b3b52e3dbc53d7758582e66ee7e62c8 (patch)
tree7ab2921c7c721ccd9cc15e1e7345a38a812e3ceb
parent68a95542e1a7a79d9777223fbffd2b982fed0268 (diff)
parent9f431ea6ca886b5f0415a212283fa6f1cdd41ac4 (diff)
downloadrails-05eae0ac6b3b52e3dbc53d7758582e66ee7e62c8.tar.gz
rails-05eae0ac6b3b52e3dbc53d7758582e66ee7e62c8.tar.bz2
rails-05eae0ac6b3b52e3dbc53d7758582e66ee7e62c8.zip
Merge pull request #181 from prathamesh-sonpatki/typos
Fixed typos
-rw-r--r--History.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/History.txt b/History.txt
index b24faf3267..9f8e9c99f7 100644
--- a/History.txt
+++ b/History.txt
@@ -19,11 +19,11 @@
* Bug Fixes
* Fix depth-first traversal to understand ascending / descending nodes.
- * Parentheis are suppressed with nested unions in MySQL. Thanks jhtwong!
+ * Parenthesis are suppressed with nested unions in MySQL. Thanks jhtwong!
== 2.1.3 / 2011-06-27
-* Bug Fixues
+* Bug Fixes
* Fixed broken gem build.
@@ -31,7 +31,7 @@
* Bug Fixes
- * Visitors can define their own cache strategey so caches are not shared.
+ * Visitors can define their own cache strategy so caches are not shared.
Fixes #57
* Informix support fixed. Thanks Khronos.
* Ordering nodes broken to subclasses. Thanks Ernie Miller!