From 41d427e543071a8692b994f95354989aad6aa209 Mon Sep 17 00:00:00 2001 From: Gabriel Craciunescu Date: Fri, 1 Jun 2018 17:45:40 +0200 Subject: [PATCH] [modules]: hwclock fix typo - methode -> method --- src/modules/hwclock/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/hwclock/main.py b/src/modules/hwclock/main.py index d247ccd00..e2f70ee61 100644 --- a/src/modules/hwclock/main.py +++ b/src/modules/hwclock/main.py @@ -46,7 +46,7 @@ def run(): libcalamares.utils.debug("Hwclock returned error code {}".format(ret)) libcalamares.utils.debug(" .. ISA bus method failed.") else: - libcalamares.utils.debug("Hwclock set using ISA bus methode.") + libcalamares.utils.debug("Hwclock set using ISA bus method.") if is_broken_rtc and is_broken_isa: libcalamares.utils.debug("BIOS or Kernel BUG: Setting hwclock failed.")