X-Git-Url: https://git.grml.org/?p=grml2usb.git;a=blobdiff_plain;f=grml2usb;h=cb841c53365e538e16cf0a4612016511964c99ea;hp=072f1b339dbfd138f09c8d07c99f9ba74362030b;hb=a3065b865c46fc244ed726d7c228b0fd8567b4e9;hpb=d8ad7254b5697effc2eae84ef82c02f2792096c4 diff --git a/grml2usb b/grml2usb index 072f1b3..cb841c5 100755 --- 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+")