index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
author | Rafael Fontenelle <rffontenelle@users.noreply.github.com> | 2024-03-07 09:19:44 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-07 13:19:44 +0100 |
commit | 0d5e1cf752010e1c2d068077bbd55ae25d3d0bd7 (patch) | |
tree | 686815e493d702c349e50f0a1dd85b56e39b766f /archinstall/lib/installer.py | |
parent | 98f24317280c76b70177bfe4bbd50d87406f2b3e (diff) |
-rw-r--r-- | archinstall/lib/installer.py | 2 |
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index ccae8faa..2ea728bb 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -148,7 +148,7 @@ class Installer: if not _notified and time.time() - _started_wait > 5: _notified = True warn( - _("Time syncronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/")) + _("Time synchronization not completing, while you wait - check the docs for workarounds: https://archinstall.readthedocs.io/")) time_val = SysCommand('timedatectl show --property=NTPSynchronized --value').decode() if time_val and time_val.strip() == 'yes': |