diff options
author | Nick Hanley <nicholasjhanley@gmail.com> | 2022-02-22 18:05:12 -0500 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2022-03-16 09:04:11 +0000 |
commit | 806a26ce3932adf5c74716f176cd780a8b8c67a7 (patch) | |
tree | 5492db8dbd1b7d370c4fe78552b4237dabe00ec3 | |
parent | cf50c947a1c67c377c2a313a6edd4c67bbff14bd (diff) | |
download | alpine-conf-806a26ce3932adf5c74716f176cd780a8b8c67a7.zip |
setup-disk: fix spelling
-rw-r--r-- | setup-disk.in | 2 |
1 files changed, 1 insertions, 1 deletions
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;; |