From 926c468ad64a07b00feb1171b2f531ef4cc7b4bf Mon Sep 17 00:00:00 2001 From: aram price Date: Fri, 12 Jun 2026 12:42:52 -0700 Subject: [PATCH] Nit: fix spelling --- stemcell_builder/stages/image_install_grub/apply.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stemcell_builder/stages/image_install_grub/apply.sh b/stemcell_builder/stages/image_install_grub/apply.sh index af271b0496..4bcdb70ee6 100755 --- a/stemcell_builder/stages/image_install_grub/apply.sh +++ b/stemcell_builder/stages/image_install_grub/apply.sh @@ -40,7 +40,7 @@ add_on_exit "umount ${image_mount_point}" # eg: /mnt/stemcells/aws/xen/ubuntu/work/work # disk_image: path to the stemcell disk image # eg: /mnt/stemcells/aws/xen/ubuntu/work/work/aws-xen-ubuntu.raw -# device: path to the loopback devide mapped to the entire disk image +# device: path to the loopback device mapped to the entire disk image # eg: /dev/loop0 # loopback_dev: device node mapped to the main partition in disk_image # eg: /dev/mapper/loop0p1