diff mbox series

[wic] bootimg_pcbios: fix typo in comment

Message ID 20260617074007.2599873-1-gael.portay@gmail.com
State New
Headers show
Series [wic] bootimg_pcbios: fix typo in comment | expand

Commit Message

Gaël PORTAY June 17, 2026, 7:40 a.m. UTC
From: Gaël PORTAY <gael.portay+rtone@gmail.com>

Signed-off-by: Gaël PORTAY <gael.portay+rtone@gmail.com>
---
 src/wic/plugins/source/bootimg_pcbios.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/src/wic/plugins/source/bootimg_pcbios.py b/src/wic/plugins/source/bootimg_pcbios.py
index 2ae4eb1..f87c337 100644
--- a/src/wic/plugins/source/bootimg_pcbios.py
+++ b/src/wic/plugins/source/bootimg_pcbios.py
@@ -26,7 +26,7 @@  logger = logging.getLogger('wic')
 
 class BootimgPcbiosPlugin(SourcePlugin):
     """
-    Creates boot partition that is legacy BIOS firmare bootable with
+    Creates boot partition that is legacy BIOS firmware bootable with
     MBR/MSDOS as partition table format. Plugin will install caller
     selected bootloader directly to resulting wic image.