Commit 992474cf12b7f39295f1e887571e910e3282e6e9

Fix typo in sup widget module

Commit diff

lib/amazing/widgets/sup.rb

 
1414 description "Mail count in sup for the specified search terms"
1515 dependency "sup", "gem install sup, http://sup.rubyforge.org/"
1616 option :terms, "Search terms", "label:inbox -label:deleted -label:spam"
17 field :count, "Numer of messages matching search terms"
17 field :count, "Number of messages matching search terms"
1818 default { @count }
1919
2020 init do
toggle raw diff