Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
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