aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/connection_handling.rb
diff options
context:
space:
mode:
authorAkira Matsuda <ronnie@dio.jp>2015-02-28 23:01:08 +0900
committerAkira Matsuda <ronnie@dio.jp>2015-02-28 23:01:08 +0900
commit8af9e1b214059b0c4aba4c4313a37483b21a8fbf (patch)
treed4372d277d4bc234fa114c1e821b6d97887e78e5 /activerecord/lib/active_record/connection_handling.rb
parent35ae975beb0a41f9909a52b5cdffff510758b847 (diff)
downloadrails-8af9e1b214059b0c4aba4c4313a37483b21a8fbf.tar.gz
rails-8af9e1b214059b0c4aba4c4313a37483b21a8fbf.tar.bz2
rails-8af9e1b214059b0c4aba4c4313a37483b21a8fbf.zip
Spell PostgreSQL correctly :elephant:
[ci skip]
Diffstat (limited to 'activerecord/lib/active_record/connection_handling.rb')
-rw-r--r--activerecord/lib/active_record/connection_handling.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_handling.rb b/activerecord/lib/active_record/connection_handling.rb
index 984af79642..24f5849e45 100644
--- a/activerecord/lib/active_record/connection_handling.rb
+++ b/activerecord/lib/active_record/connection_handling.rb
@@ -5,7 +5,7 @@ module ActiveRecord
# Establishes the connection to the database. Accepts a hash as input where
# the <tt>:adapter</tt> key must be specified with the name of a database adapter (in lower-case)
- # example for regular databases (MySQL, Postgresql, etc):
+ # example for regular databases (MySQL, PostgreSQL, etc):
#
# ActiveRecord::Base.establish_connection(
# adapter: "mysql",