Fix typo
authorLukas Prokop <admin@lukas-prokop.at>
Wed, 25 Feb 2015 10:39:22 +0000 (11:39 +0100)
committerMichael Prokop <mika@grml.org>
Fri, 27 Feb 2015 12:54:53 +0000 (13:54 +0100)
grml2usb

index 072f1b3..cb841c5 100755 (executable)
--- a/grml2usb
+++ b/grml2usb
@@ -1292,7 +1292,7 @@ def initial_syslinux_config(target):
 def add_entry_if_not_present(filename, entry):
     """Write entry into filename if entry is not already in the file
 
-    @filanme: name of the file
+    @filename: name of the file
     @entry: data to write to the file
     """
     data = open(filename, "a+")