mirror of
https://github.com/parchlinux/calamares.git
synced 2025-07-03 04:15:37 -04:00
[modules]: hwclock fix typo
- methode -> method
This commit is contained in:
parent
db7edf719b
commit
41d427e543
1 changed files with 1 additions and 1 deletions
|
@ -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.")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue