Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Hofstaedtler committed Dec 21, 2011
1 parent 5818eec commit 6817350
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions grml2usb
Expand Up @@ -1492,7 +1492,7 @@ def add_syslinux_entry(filename, grml_flavour):
data.close()

def modify_filenames(grml_flavour, target, filenames):
"""Replace the standarf filenames with the new ones
"""Replace the standard filenames with the new ones
@grml_flavour: grml-flavour strin
@target: directory where the files are located
Expand Down Expand Up @@ -1569,7 +1569,7 @@ def handle_syslinux_config(grml_flavour, target):
entry = 'include %s\n' % new_default
defaults_file = '%s/defaults.cfg' % syslinux_target
new_default_with_path = "%s/%s" % (syslinux_target, new_default)
new_grml_cfg = "%s/%s_grml.cfg" % ( syslinux_target, flavour_filename)
new_grml_cfg = "%s/%s_grml.cfg" % (syslinux_target, flavour_filename)

if os.path.isfile(defaults_file):

Expand Down

0 comments on commit 6817350

Please sign in to comment.