aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrathamesh Sonpatki <csonpatki@gmail.com>2013-05-17 23:57:29 +0530
committerPrathamesh Sonpatki <csonpatki@gmail.com>2013-05-17 23:57:29 +0530
commit9f431ea6ca886b5f0415a212283fa6f1cdd41ac4 (patch)
tree7ab2921c7c721ccd9cc15e1e7345a38a812e3ceb
parent68a95542e1a7a79d9777223fbffd2b982fed0268 (diff)
downloadrails-9f431ea6ca886b5f0415a212283fa6f1cdd41ac4.tar.gz
rails-9f431ea6ca886b5f0415a212283fa6f1cdd41ac4.tar.bz2
rails-9f431ea6ca886b5f0415a212283fa6f1cdd41ac4.zip
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!