Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/desktop.py
diff options
context:
space:
mode:
authorj-james <35242550+j-james@users.noreply.github.com>2021-01-21 06:56:11 -0800
committerGitHub <noreply@github.com>2021-01-21 06:56:11 -0800
commit627deb799280abb61de514f303ea17a851950f06 (patch)
treea8c49719192a4c29b9ac2e86da026b8cc9e634ec /profiles/desktop.py
parentf152b67536f15af18a67e634266c097769b4346e (diff)
Spell "environment" correctly
Diffstat (limited to 'profiles/desktop.py')
-rw-r--r--profiles/desktop.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/profiles/desktop.py b/profiles/desktop.py
index 35a31c43..869cf0a0 100644
--- a/profiles/desktop.py
+++ b/profiles/desktop.py
@@ -11,7 +11,7 @@ def _prep_function(*args, **kwargs):
"""
supported_desktops = ['gnome', 'kde', 'awesome']
- desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environemtn: ')
+ desktop = archinstall.generic_select(supported_desktops, 'Select your desired desktop environment: ')
# Temporarly store the selected desktop profile
# in a session-safe location, since this module will get re-loaded
@@ -42,4 +42,4 @@ if __name__ == 'desktop':
# TODO: Remove magic variable 'installation' and place it
# in archinstall.storage or archinstall.session/archinstall.installation
- installation.install_profile(archinstall.storage['_desktop_profile']) \ No newline at end of file
+ installation.install_profile(archinstall.storage['_desktop_profile'])