aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCarson McDonald <carson@ioncannon.net>2013-02-25 07:12:34 -0500
committerCarson McDonald <carson@ioncannon.net>2013-02-25 07:12:34 -0500
commitb21a73d02576b7cd5ec88193065b3aa21c2d2407 (patch)
tree2742e837d4d5b8dd5455e6a5f3f658dcf0f3d170
parent5c9d430b8c11953140dd3eb52cc3d6f9eba328b0 (diff)
downloadrails-b21a73d02576b7cd5ec88193065b3aa21c2d2407.tar.gz
rails-b21a73d02576b7cd5ec88193065b3aa21c2d2407.tar.bz2
rails-b21a73d02576b7cd5ec88193065b3aa21c2d2407.zip
Typo fix
-rw-r--r--activerecord/lib/active_record/connection_adapters/abstract/schema_dumper.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/activerecord/lib/active_record/connection_adapters/abstract/schema_dumper.rb b/activerecord/lib/active_record/connection_adapters/abstract/schema_dumper.rb
index fd5eaab9c9..cc289d4a14 100644
--- a/activerecord/lib/active_record/connection_adapters/abstract/schema_dumper.rb
+++ b/activerecord/lib/active_record/connection_adapters/abstract/schema_dumper.rb
@@ -4,7 +4,7 @@ module ActiveRecord
# definitions to the Adapter instead of having it in the schema
# dumper itself. This code represents the normal case.
# We can then redefine how certain data types may be handled in the schema dumper on the
- # Adapter level by over-writing this code inside the database spececific adapters
+ # Adapter level by over-writing this code inside the database specific adapters
module ColumnDumper
def column_spec(column, types)
spec = prepare_column_options(column, types)