commit:     bf226837ba99f3151cf6b682210a02261263fe96
Author:     Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 20 09:18:00 2021 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sat Feb  6 15:13:39 2021 +0000
URL:        https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=bf226837

gen_initramfs.sh: fix typo: s/auxilary/auxiliary/g

Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 gen_initramfs.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/gen_initramfs.sh b/gen_initramfs.sh
index ae71c38..aca2f90 100755
--- a/gen_initramfs.sh
+++ b/gen_initramfs.sh
@@ -1833,7 +1833,7 @@ is_static() {
        return $?
 }
 
-append_auxilary() {
+append_auxiliary() {
        local TDIR="${TEMP}/initramfs-aux-temp"
        if [ -d "${TDIR}" ]
        then
@@ -1956,7 +1956,7 @@ append_auxilary() {
        cd "${TDIR}" || gen_die "Failed to chdir to '${TDIR}'!"
        log_future_cpio_content
        find . -print0 | "${CPIO_COMMAND}" ${CPIO_ARGS} --append -F 
"${CPIO_ARCHIVE}" \
-               || gen_die "Failed to append auxilary to cpio!"
+               || gen_die "Failed to append auxiliary to cpio!"
 
        cd "${TEMP}" || die "Failed to chdir to '${TEMP}'!"
        if isTrue "${CLEANUP}"
@@ -1987,7 +1987,7 @@ create_initramfs() {
        append_data 'util-linux'
        append_data 'eudev'
        append_data 'devicemanager'
-       append_data 'auxilary' "${BUSYBOX}"
+       append_data 'auxiliary' "${BUSYBOX}"
        append_data 'busybox' "${BUSYBOX}"
        append_data 'b2sum' "${B2SUM}"
        append_data 'btrfs' "${BTRFS}"

Reply via email to