Typo in method comment

This commit is contained in:
Eric Davis 2011-07-11 09:48:59 -07:00
parent b646a731fb
commit 79152e4a24
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ module ChiliProject
})
end
# Get the raw namme of the currently used database adapter.
# Get the raw name of the currently used database adapter.
# This string is set by the used adapter gem.
def self.adapter_name
ActiveRecord::Base.connection.adapter_name