small spelling fix

This commit is contained in:
Dmytrii Nagirniak 2011-08-02 20:03:15 +10:00
parent b34cd1acfb
commit ed6a93ac74

View File

@ -10,7 +10,7 @@ module Guard
# Guardfile template needed inside guard gem
def self.init(name)
if ::Guard::Dsl.guardfile_include?(name)
::Guard::UI.info "Guardfile already include #{name} guard"
::Guard::UI.info "Guardfile already includes #{name} guard"
else
content = File.read('Guardfile')
guard = File.read("#{::Guard.locate_guard(name)}/lib/guard/#{name}/templates/Guardfile")