Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorKian-Meng Ang <kianmeng.ang@gmail.com>2022-05-29 15:31:18 +0800
committerGitHub <noreply@github.com>2022-05-29 09:31:18 +0200
commit2de153003ed5de1018639070fabc9c9e583c49d1 (patch)
tree3bf487686ba2aaa5d469af77ef18998efdcab941 /profiles
parentb2f85889a7a935a4d9638fe0fec5aac45e721b09 (diff)
Fix typos (#1265)
Diffstat (limited to 'profiles')
-rw-r--r--profiles/server.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/server.py b/profiles/server.py
index 21681c2f..f3e32d26 100644
--- a/profiles/server.py
+++ b/profiles/server.py
@@ -33,7 +33,7 @@ def _prep_function(*args, **kwargs):
before continuing any further.
"""
choice = Menu(str(_(
- 'Choose which servers to install, if none then a minimal installation wil be done')),
+ 'Choose which servers to install, if none then a minimal installation will be done')),
available_servers,
preset_values=kwargs['servers'],
multi=True