aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record
diff options
context:
space:
mode:
authorCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-11-30 07:25:00 -0800
committerCarlos Antonio da Silva <carlosantoniodasilva@gmail.com>2013-11-30 07:25:00 -0800
commit3bc9c35707e1c0b69b7cdffed31dadce2bfc7738 (patch)
tree8bacec39abb86258391e3eae85c4c10f429ca590 /activerecord/lib/active_record
parent61ad8d5c32422c523293428d25277be1759b597c (diff)
parente0326f56b41ef4e1d41fd327259873992d894736 (diff)
downloadrails-3bc9c35707e1c0b69b7cdffed31dadce2bfc7738.tar.gz
rails-3bc9c35707e1c0b69b7cdffed31dadce2bfc7738.tar.bz2
rails-3bc9c35707e1c0b69b7cdffed31dadce2bfc7738.zip
Merge pull request #13111 from akshay-vishnoi/typo
Typo fixes [ci skip]
Diffstat (limited to 'activerecord/lib/active_record')
-rw-r--r--activerecord/lib/active_record/connection_adapters/postgresql/oid.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/postgresql/oid.rb b/activerecord/lib/active_record/connection_adapters/postgresql/oid.rb
index 6c5792954f..2a9547fd10 100644
--- a/activerecord/lib/active_record/connection_adapters/postgresql/oid.rb
+++ b/activerecord/lib/active_record/connection_adapters/postgresql/oid.rb
@@ -311,7 +311,7 @@ module ActiveRecord
h[k] = OID::Identity.new
}
- # Register an OID type named +name+ with a typcasting object in
+ # Register an OID type named +name+ with a typecasting object in
# +type+. +name+ should correspond to the `typname` column in
# the `pg_type` table.
def self.register_type(name, type)