Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk
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/disk
parentca09e1e63d611a0141a68789503cfa472e85e9f9 (diff)
Fix many typos (#1692)
Signed-off-by: Alexander Seiler <seileralex@gmail.com>
Diffstat (limited to 'archinstall/lib/disk')
-rw-r--r--archinstall/lib/disk/device_model.py2
-rw-r--r--archinstall/lib/disk/fido.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/archinstall/lib/disk/device_model.py b/archinstall/lib/disk/device_model.py
index 6eeb0d91..69038b01 100644
--- a/archinstall/lib/disk/device_model.py
+++ b/archinstall/lib/disk/device_model.py
@@ -202,7 +202,7 @@ class Size:
# not sure why we would ever wanna convert to percentages
if target_unit == Unit.Percent and total_size is None:
- raise ValueError('Missing paramter total size to be able to convert to percentage')
+ raise ValueError('Missing parameter total size to be able to convert to percentage')
if self.unit == target_unit:
return self
diff --git a/archinstall/lib/disk/fido.py b/archinstall/lib/disk/fido.py
index 96a74991..9eeba56a 100644
--- a/archinstall/lib/disk/fido.py
+++ b/archinstall/lib/disk/fido.py
@@ -34,7 +34,7 @@ class Fido2:
/dev/hidraw1 Yubico YubiKey OTP+FIDO+CCID
"""
- # to prevent continous reloading which will slow
+ # to prevent continuous reloading which will slow
# down moving the cursor in the menu
if not cls._loaded or reload:
try: