From e0cccb892f6f86efc3d71e61ec16dae29c8dbfa5 Mon Sep 17 00:00:00 2001 From: Philip Date: Thu, 19 Feb 2015 20:24:07 +0100 Subject: [PATCH] [bootloader] fix typo --- src/modules/bootloader/main.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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),