From 79152e4a240979e4657b01323cbe3b4333e4b1e7 Mon Sep 17 00:00:00 2001 From: Eric Davis Date: Mon, 11 Jul 2011 09:48:59 -0700 Subject: [PATCH] Typo in method comment --- lib/chili_project/database.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/chili_project/database.rb b/lib/chili_project/database.rb index 02469e4a..426fa691 100644 --- a/lib/chili_project/database.rb +++ b/lib/chili_project/database.rb @@ -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