Adverb is actually adjective.
authorLukas Prokop <admin@lukas-prokop.at>
Wed, 19 Feb 2014 21:56:38 +0000 (22:56 +0100)
committerLukas Prokop <admin@lukas-prokop.at>
Wed, 19 Feb 2014 21:58:10 +0000 (22:58 +0100)
grml2usb

index 598a173..504b141 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -1797,7 +1797,7 @@ def main():
         for flavour in GRML_FLAVOURS:
             logging.info("Note: you can boot flavour %s using '%s' on the commandline.", flavour, flavour)
 
-        # finally be politely :)
+        # finally be polite :)
         logging.info("Finished execution of grml2usb (%s). Have fun with your grml system.", PROG_VERSION)
 
     except Exception, error: