aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/generators/rails/app/templates/config/databases/oracle.yml
diff options
context:
space:
mode:
authorUtkarsh Kukreti <utkarshkukreti@gmail.com>2010-09-08 00:00:10 +0530
committerRyan Bigg <radarlistener@gmail.com>2010-10-11 12:12:36 +1100
commit7d081162222e5334fe42a7fbc07354aa4f5e5d50 (patch)
tree69d1787fe30489b00893ff0e84c26137bf2fb891 /railties/lib/rails/generators/rails/app/templates/config/databases/oracle.yml
parent9074e8c644c952a639617ed190b915a54a835e1b (diff)
downloadrails-7d081162222e5334fe42a7fbc07354aa4f5e5d50.tar.gz
rails-7d081162222e5334fe42a7fbc07354aa4f5e5d50.tar.bz2
rails-7d081162222e5334fe42a7fbc07354aa4f5e5d50.zip
Fix typo 'configation' [#5575 state:resolved]
Diffstat (limited to 'railties/lib/rails/generators/rails/app/templates/config/databases/oracle.yml')
-rw-r--r--railties/lib/rails/generators/rails/app/templates/config/databases/oracle.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/railties/lib/rails/generators/rails/app/templates/config/databases/oracle.yml b/railties/lib/rails/generators/rails/app/templates/config/databases/oracle.yml
index fddf8b8144..b661a60389 100644
--- a/railties/lib/rails/generators/rails/app/templates/config/databases/oracle.yml
+++ b/railties/lib/rails/generators/rails/app/templates/config/databases/oracle.yml
@@ -10,7 +10,7 @@
#
# By default prefetch_rows (OCI_ATTR_PREFETCH_ROWS) is set to 100. And
# until true bind variables are supported, cursor_sharing is set by default
-# to 'similar'. Both can be changed in the configation below; the defaults
+# to 'similar'. Both can be changed in the configuration below; the defaults
# are equivalent to specifying:
#
# prefetch_rows: 100