diff --git a/src/modules/bootloader/main.py b/src/modules/bootloader/main.py index 2cbdf517d..71a7842a2 100644 --- a/src/modules/bootloader/main.py +++ b/src/modules/bootloader/main.py @@ -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),