Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/disk/device_model.py
diff options
context:
space:
mode:
Diffstat (limited to 'archinstall/lib/disk/device_model.py')
-rw-r--r--archinstall/lib/disk/device_model.py2
1 files changed, 1 insertions, 1 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