commit:     5a7350c2ffc26cc9c07e83f8a54e6670c89e3632
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 18:48:28 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 15 18:48:28 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a7350c2

app-arch/tar: Fix typo in warning

Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>

 app-arch/tar/tar-1.34-r3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-arch/tar/tar-1.34-r3.ebuild b/app-arch/tar/tar-1.34-r3.ebuild
index 93ce4ad2e631..9ded78207c35 100644
--- a/app-arch/tar/tar-1.34-r3.ebuild
+++ b/app-arch/tar/tar-1.34-r3.ebuild
@@ -97,7 +97,7 @@ pkg_postinst() {
                if [[ -e ${EROOT}/usr/bin/tar ]] ; then
                        # bug #904887
                        ewarn "${EROOT}/usr/bin/tar exists but is not a 
symlink."
-                       ewarn "This is expected during Prefix bootstrap and 
unsual otherwise."
+                       ewarn "This is expected during Prefix bootstrap and 
unusual otherwise."
                        ewarn "Moving away unexpected ${EROOT}/usr/bin/tar to 
.bak."
                        mv "${EROOT}/usr/bin/tar" "${EROOT}/usr/bin/tar.bak" || 
die
                fi

Reply via email to