Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/profiles/52-54-00-12-34-56.py
diff options
context:
space:
mode:
authorDylan Taylor <dylan@dylanmtaylor.com>2021-05-18 09:10:24 -0400
committerDylan Taylor <dylan@dylanmtaylor.com>2021-05-18 09:36:22 -0400
commitda0da729c5f3ef0aaf832229901dda221de654ab (patch)
tree5350a481808ad376400eb9fe2baa36b9e70abe30 /profiles/52-54-00-12-34-56.py
parent9bf71da867554f956d370694eb32b6392e352a06 (diff)
Proofreading: Fix misc. spelling and grammar issues
Diffstat (limited to 'profiles/52-54-00-12-34-56.py')
-rw-r--r--profiles/52-54-00-12-34-56.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/profiles/52-54-00-12-34-56.py b/profiles/52-54-00-12-34-56.py
index e1361073..68e15720 100644
--- a/profiles/52-54-00-12-34-56.py
+++ b/profiles/52-54-00-12-34-56.py
@@ -23,7 +23,7 @@ with archinstall.Filesystem(harddrive) as fs:
fs.use_entire_disk('luks2')
if harddrive.partition[1].size == '512M':
- raise OSError('Trying to encrypt the boot partition for petes sake..')
+ raise OSError('Trying to encrypt the boot partition for Pete's sake..')
harddrive.partition[0].format('fat32')
with archinstall.luks2(harddrive.partition[1], 'luksloop', disk_password) as unlocked_device: