Send patches - preferably formatted by git format-patch - to patches at archlinux32 dot org.
summaryrefslogtreecommitdiff
path: root/archinstall
diff options
context:
space:
mode:
authorKazunari Sasa <kznrluk@anyfrog.net>2023-09-14 20:11:42 +0900
committerGitHub <noreply@github.com>2023-09-14 21:11:42 +1000
commit386fbccffb325f21ee243f9f1d5985e74b6e462e (patch)
tree2999c0b44f0f90b62d812c153c2290934a2eb247 /archinstall
parentf18553835506417b392aa2dc2ba6e3f017bb7d3d (diff)
Correct the simple typo in the comment (#2042)
Diffstat (limited to 'archinstall')
-rw-r--r--archinstall/lib/installer.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py
index 7337fe6f..4e6e9603 100644
--- a/archinstall/lib/installer.py
+++ b/archinstall/lib/installer.py
@@ -600,7 +600,7 @@ class Installer:
if part in self._disk_encryption.partitions:
if self._disk_encryption.hsm_device:
- # Required bby mkinitcpio to add support for fido2-device options
+ # Required by mkinitcpio to add support for fido2-device options
self.pacman.strap('libfido2')
if 'sd-encrypt' not in self._hooks: