Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Typo fix Adapater to Adapter
  • Loading branch information
betelgeuse committed May 7, 2012
1 parent b677161 commit 16fc820
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
@@ -1,7 +1,7 @@
module SchemaPlus
module ActiveRecord
module ConnectionAdapters
# SchemaPlus includes a MySQL implementation of the AbstractAdapater
# SchemaPlus includes a MySQL implementation of the AbstractAdapter
# extensions. (This works with both the <tt>mysql</t> and
# <tt>mysql2</tt> gems.)
module MysqlAdapter
Expand Down
Expand Up @@ -10,7 +10,7 @@ def initialize(name, default, sql_type = nil, null = true)
end
end

# SchemaPlus includes an Sqlite3 implementation of the AbstractAdapater
# SchemaPlus includes an Sqlite3 implementation of the AbstractAdapter
# extensions.
module Sqlite3Adapter

Expand Down

0 comments on commit 16fc820

Please sign in to comment.