Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Hvornum <anton.feeds@gmail.com>2021-04-13 12:56:50 +0200
committerAnton Hvornum <anton.feeds@gmail.com>2021-04-13 12:56:50 +0200
commit4750b0b2a1ca3a65d96136074735d995d5417b5a (patch)
tree40b4ed8701136ece552f3c72c6e2c4db0cf88618
parent4d7c787cfda56b300f4a0e47db668d2148d6593a (diff)
Fixed a spelling error.
-rw-r--r--examples/guided.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/guided.py b/examples/guided.py
index c2dba3db..368bc5b3 100644
--- a/examples/guided.py
+++ b/examples/guided.py
@@ -277,7 +277,7 @@ def perform_installation(mountpoint):
# Certain services might be running that affects the system during installation.
# Currently, only one such service is "reflector.service" which updates /etc/pacman.d/mirrorlist
# We need to wait for it before we continue since we opted in to use a custom mirror/region.
- installation.log(f'Waiting for automatic mirror selection (feflector) to complete.', level=archinstall.LOG_LEVELS.Info)
+ installation.log(f'Waiting for automatic mirror selection (reflector) to complete.', level=archinstall.LOG_LEVELS.Info)
while archinstall.service_state('reflector') not in ('dead', 'failed'):
time.sleep(1)