From 386fbccffb325f21ee243f9f1d5985e74b6e462e Mon Sep 17 00:00:00 2001 From: Kazunari Sasa Date: Thu, 14 Sep 2023 20:11:42 +0900 Subject: [PATCH] Correct the simple typo in the comment (#2042) --- archinstall/lib/installer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/lib/installer.py b/archinstall/lib/installer.py index 7337fe6ff7..4e6e96034f 100644 --- a/archinstall/lib/installer.py +++ b/archinstall/lib/installer.py @@ -600,7 +600,7 @@ def minimal_installation( 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: