commit:     c823bcde83d1c00043d0b23e685d7d2d2243f112
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Mon May 15 18:51:16 2023 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
CommitDate: Mon May 15 18:51:16 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c823bcde

sys-devel/bison: Fix typo in warning

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

 sys-devel/bison/bison-3.8.2-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-devel/bison/bison-3.8.2-r2.ebuild 
b/sys-devel/bison/bison-3.8.2-r2.ebuild
index 42bf81dc870d..85df0c845db7 100644
--- a/sys-devel/bison/bison-3.8.2-r2.ebuild
+++ b/sys-devel/bison/bison-3.8.2-r2.ebuild
@@ -91,7 +91,7 @@ pkg_postinst() {
                if [[ -e ${EROOT}/usr/bin/yacc ]] ; then
                        # bug #886123
                        ewarn "${EROOT}/usr/bin/yacc 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/yacc to 
.bak."
                        mv "${EROOT}/usr/bin/yacc" "${EROOT}/usr/bin/yacc.bak" 
|| die
                fi

Reply via email to