aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails
diff options
context:
space:
mode:
authorXavier Noria <fxn@hashref.com>2010-10-11 12:06:21 +0200
committerXavier Noria <fxn@hashref.com>2010-10-11 12:06:21 +0200
commit21a92b8d01eed34a6b26adb51139f1c40467409e (patch)
treefe9673e3018b79031511098a7abf4930aaa807ab /railties/lib/rails
parenta8b1780410a86be58ac0f341ae6b079800783fcf (diff)
parente6b45b8111cc375be57a1e1ca2b2b47eb21a2e01 (diff)
downloadrails-21a92b8d01eed34a6b26adb51139f1c40467409e.tar.gz
rails-21a92b8d01eed34a6b26adb51139f1c40467409e.tar.bz2
rails-21a92b8d01eed34a6b26adb51139f1c40467409e.zip
Merge branch 'master' of git://github.com/lifo/docrails
Diffstat (limited to 'railties/lib/rails')
-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