Merge pull request #101 from bquorning/patch-1

Grammar fix
This commit is contained in:
Rémy Coutable 2011-07-12 04:55:29 -07:00
commit 18b741ed4e

View File

@ -78,7 +78,7 @@ module Guard
def add_guard(name, watchers = [], options = {}) def add_guard(name, watchers = [], options = {})
if name.downcase == 'ego' if name.downcase == 'ego'
UI.deprecation("Guard::Ego is now part of Guard you can removed it from your Guardfile.") UI.deprecation("Guard::Ego is now part of Guard. You can remove it from your Guardfile.")
else else
guard_class = get_guard_class(name) guard_class = get_guard_class(name)
@guards << guard_class.new(watchers, options) @guards << guard_class.new(watchers, options)