Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
j4mie committed Jul 26, 2011
1 parent 110c515 commit de66661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nosegrowl2/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@


def _check_growlnotify():
"""Check whether the growlnotify command-line too is installed"""
"""Check whether the growlnotify command-line tool is installed"""
try:
subprocess.check_call(
['growlnotify', '--version'],
Expand Down

0 comments on commit de66661

Please sign in to comment.