From 806a26ce3932adf5c74716f176cd780a8b8c67a7 Mon Sep 17 00:00:00 2001 From: Nick Hanley Date: Tue, 22 Feb 2022 18:05:12 -0500 Subject: setup-disk: fix spelling --- setup-disk.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup-disk.in') diff --git a/setup-disk.in b/setup-disk.in index b7e04cd..788c0ad 100644 --- a/setup-disk.in +++ b/setup-disk.in @@ -1258,7 +1258,7 @@ native_disk_install() { swap_dev=$(find_nth_non_boot_parts 1 "$swap_part_type" $@) local index= case "$ARCH" in - # use the second non botable partition on ppc64le, + # use the second non-bootable partition on ppc64le, # as PReP partition is the bootable partition ppc64le) index=2;; *) index=1;; -- cgit v1.2.3