From 11aad6798fced03ad7d0831b9e1886a6f9f69f2f Mon Sep 17 00:00:00 2001 From: Ville Skyttä Date: Thu, 8 Apr 2010 00:04:30 +0300 Subject: Spelling fixes. --- fedora-easy-karma.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/fedora-easy-karma.py b/fedora-easy-karma.py index 4262783..a3854a0 100755 --- a/fedora-easy-karma.py +++ b/fedora-easy-karma.py @@ -49,14 +49,14 @@ class FedoraEasyKarma(object): usage = ( "usage: %prog [options] [pattern, ..] \n\n" "You will be asked for every package installed from updates-testing to provide feedback using karma points. " - "If pattern are provided, you will be only prompted for updates related to packages or builds that match any " + "If patterns are provided, you will be only prompted for updates related to packages or builds that match any " "of the patterns. Possible wildcards are *, ?, [seq] and [!seq] as explained at http://docs.python.org/library/fnmatch.html\n" - "After you have selected the karma points, you will be asked for a comment. An empty comments skips the package\n\n" + "After selecting the karma points, you will be asked for a comment. An empty comment skips the update.\n\n" "Possible karma points are:\n" "-1 : Update breaks something or does not fix a bug it is supposed to\n" " 0 : The update has not been tested much or at all\n" " 1 : The update seems not to break anything new\n" - "All other inputs will skip the update\n" + "All other inputs will skip the update.\n" "You can use - on an empty prompt to exit\n" "If you use a default comment, '- ' can be used to delete the default comment to easily enter a custom one.\n" "\n" -- cgit