Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall/lib/interactions
diff options
context:
space:
mode:
authorRafael Fontenelle <rffontenelle@users.noreply.github.com>2024-03-07 09:19:44 -0300
committerGitHub <noreply@github.com>2024-03-07 13:19:44 +0100
commit0d5e1cf752010e1c2d068077bbd55ae25d3d0bd7 (patch)
tree686815e493d702c349e50f0a1dd85b56e39b766f /archinstall/lib/interactions
parent98f24317280c76b70177bfe4bbd50d87406f2b3e (diff)
Fix misspellings (#2306)
Diffstat (limited to 'archinstall/lib/interactions')
-rw-r--r--archinstall/lib/interactions/disk_conf.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/interactions/disk_conf.py b/archinstall/lib/interactions/disk_conf.py
index 85b377b7..bbd8957d 100644
--- a/archinstall/lib/interactions/disk_conf.py
+++ b/archinstall/lib/interactions/disk_conf.py
@@ -308,7 +308,7 @@ def suggest_single_disk_layout(
root_partition.btrfs_subvols = subvolumes
elif using_home_partition:
# If we don't want to use subvolumes,
- # But we want to be able to re-use data between re-installs..
+ # But we want to be able to reuse data between re-installs..
# A second partition for /home would be nice if we have the space for it
home_start = root_partition.length
home_length = device.device_info.total_size - root_partition.length