summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2023-05-15 20:51:16 +0200
committerUlrich Müller <ulm@gentoo.org>2023-05-15 20:51:16 +0200
commitc823bcde83d1c00043d0b23e685d7d2d2243f112 (patch)
treec6ff1a25dc6426222a55ecc399481677f4512b61 /sys-devel/bison
parentapp-arch/tar: Fix typo in warning (diff)
downloadgentoo-c823bcde83d1c00043d0b23e685d7d2d2243f112.tar.gz
gentoo-c823bcde83d1c00043d0b23e685d7d2d2243f112.tar.bz2
gentoo-c823bcde83d1c00043d0b23e685d7d2d2243f112.zip
sys-devel/bison: Fix typo in warning
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'sys-devel/bison')
-rw-r--r--sys-devel/bison/bison-3.8.2-r2.ebuild2
1 files changed, 1 insertions, 1 deletions
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