Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/installer.py
diff options
context:
space:
mode:
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>2024-03-07 09:19:44 -0300
committerGitHub <noreply@github.com>2024-03-07 13:19:44 +0100
commit0d5e1cf752010e1c2d068077bbd55ae25d3d0bd7 (patch)
tree686815e493d702c349e50f0a1dd85b56e39b766f /archinstall/lib/installer.py
parent98f24317280c76b70177bfe4bbd50d87406f2b3e (diff)
Fix misspellings (#2306)
Diffstat (limited to 'archinstall/lib/installer.py')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 1 insertions, 1 deletions
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':