Spell "environment" correctly

This commit is contained in:
j-james 2021-01-21 06:56:11 -08:00 committed by GitHub
parent f152b67536
commit 627deb7992
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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'])
installation.install_profile(archinstall.storage['_desktop_profile'])