Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/default_profiles
diff options
context:
space:
mode:
authorAlexander Seiler <seileralex@gmail.com>2023-09-18 14:04:36 +0200
committerGitHub <noreply@github.com>2023-09-18 22:04:36 +1000
commit12b7017240a040fd4fbebf7c5794a1ca5560f0ea (patch)
tree49fa306f4b1dd666bbcb5d9f5abe0c7846c4967b /archinstall/default_profiles
parentca09e1e63d611a0141a68789503cfa472e85e9f9 (diff)
Fix many typos (#1692)
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
Diffstat (limited to 'archinstall/default_profiles')
-rw-r--r--archinstall/default_profiles/profile.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/archinstall/default_profiles/profile.py b/archinstall/default_profiles/profile.py
index 982bd5a3..49a9c19d 100644
--- a/archinstall/default_profiles/profile.py
+++ b/archinstall/default_profiles/profile.py
@@ -81,7 +81,7 @@ class Profile:
def packages(self) -> List[str]:
"""
Returns a list of packages that should be installed when
- this profile is among the choosen ones
+ this profile is among the chosen ones
"""
return self._packages
@@ -128,7 +128,7 @@ class Profile:
"""
Set the custom settings for the profile.
This is also called when the settings are parsed from the config
- and can be overriden to perform further actions based on the profile
+ and can be overridden to perform further actions based on the profile
"""
self.custom_settings = settings
@@ -179,7 +179,7 @@ class Profile:
def preview_text(self) -> Optional[str]:
"""
Used for preview text in profiles_bck. If a description is set for a
- profile it will automatically display that one in the preivew.
+ profile it will automatically display that one in the preview.
If no preview or a different text should be displayed just
"""
if self.description: