[bootloader] fix typo

This commit is contained in:
Philip 2015-02-19 20:24:07 +01:00
parent 229b9b40cd
commit e0cccb892f

View File

@ -62,7 +62,7 @@ def create_conf(uuid, conf_path):
swap = partition["uuid"]
lines = [
'## This is just an exmaple config file.\n',
'## This is just an example config file.\n',
'## Please edit the paths and kernel parameters according to your system.\n',
'\n',
"title {!s} GNU/Linux, with Linux core repo kernel\n".format(distribution),
@ -88,7 +88,7 @@ def create_fallback(uuid, fallback_path):
swap = partition["uuid"]
lines = [
'## This is just an exmaple config file.\n',
'## This is just an example config file.\n',
'## Please edit the paths and kernel parameters according to your system.\n',
'\n',
"title {!s} GNU/Linux, with Linux fallback kernel\n".format(distribution),