diff --git a/sysglobal/helpers.sh b/sysglobal/helpers.sh index 4fe674f..3294fd1 100755 --- a/sysglobal/helpers.sh +++ b/sysglobal/helpers.sh @@ -237,7 +237,7 @@ default_src_install() { } create_tarball_pkg() { - # If grep is unavaliable, then tar --sort is unavaliable. + # If grep is unavailable, then tar --sort is unavailable. # So this does not need a command -v grep. if tar --help | grep ' \-\-sort' >/dev/null 2>&1; then tar -C "${DESTDIR}" --sort=name --hard-dereference -cf "/usr/src/repo/${pkg}_${revision}.tar" .