Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/menu
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/lib/menu
parentca09e1e63d611a0141a68789503cfa472e85e9f9 (diff)
Fix many typos (#1692)
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
Diffstat (limited to 'archinstall/lib/menu')
-rw-r--r--archinstall/lib/menu/list_manager.py2
-rw-r--r--archinstall/lib/menu/menu.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/archinstall/lib/menu/list_manager.py b/archinstall/lib/menu/list_manager.py
index be31fdf0..54fb6a1b 100644
--- a/archinstall/lib/menu/list_manager.py
+++ b/archinstall/lib/menu/list_manager.py
@@ -80,7 +80,7 @@ class ListManager:
self._data = self.handle_action(choice.value, None, self._data)
elif choice.value in self._terminate_actions:
break
- else: # an entry of the existing selection was choosen
+ else: # an entry of the existing selection was chosen
selected_entry = data_formatted[choice.value] # type: ignore
self._run_actions_on_entry(selected_entry)
diff --git a/archinstall/lib/menu/menu.py b/archinstall/lib/menu/menu.py
index 358ba5e4..3bd31b88 100644
--- a/archinstall/lib/menu/menu.py
+++ b/archinstall/lib/menu/menu.py
@@ -123,7 +123,7 @@ class Menu(TerminalMenu):
:param allow_reset: This will explicitly handle a ctrl+c instead and return that specific state
:type allow_reset: bool
- param allow_reset_warning_msg: If raise_error_on_interrupt is True the warnign is set, a user confirmation is displayed
+ param allow_reset_warning_msg: If raise_error_on_interrupt is True the warning is set, a user confirmation is displayed
type allow_reset_warning_msg: str
:param extra_bottom_space: Add an extra empty line at the end of the menu