diff options
author | Utkarsh Kukreti <utkarshkukreti@gmail.com> | 2010-09-08 00:00:10 +0530 |
---|---|---|
committer | Ryan Bigg <radarlistener@gmail.com> | 2010-10-11 12:12:36 +1100 |
commit | 7d081162222e5334fe42a7fbc07354aa4f5e5d50 (patch) | |
tree | 69d1787fe30489b00893ff0e84c26137bf2fb891 /railties | |
parent | 9074e8c644c952a639617ed190b915a54a835e1b (diff) | |
download | rails-7d081162222e5334fe42a7fbc07354aa4f5e5d50.tar.gz rails-7d081162222e5334fe42a7fbc07354aa4f5e5d50.tar.bz2 rails-7d081162222e5334fe42a7fbc07354aa4f5e5d50.zip |
Fix typo 'configation' [#5575 state:resolved]
Diffstat (limited to 'railties')
-rw-r--r-- | railties/lib/rails/generators/rails/app/templates/config/databases/oracle.yml | 2 |
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 |