Skip to content

Commit

Permalink
Fix typo in sup widget module
Browse files Browse the repository at this point in the history
  • Loading branch information
dag committed Apr 28, 2008
1 parent 45475bd commit 992474c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/amazing/widgets/sup.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class Sup < Widget
description "Mail count in sup for the specified search terms"
dependency "sup", "gem install sup, http://sup.rubyforge.org/"
option :terms, "Search terms", "label:inbox -label:deleted -label:spam"
field :count, "Numer of messages matching search terms"
field :count, "Number of messages matching search terms"
default { @count }

init do
Expand Down

0 comments on commit 992474c

Please sign in to comment.