summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGeorgy Yakovlev <gyakovlev@gentoo.org>2018-12-20 20:16:56 -0800
committerGeorgy Yakovlev <gyakovlev@gentoo.org>2018-12-20 20:16:56 -0800
commit4619265f45e9bedb8a2aa5f213d421240d55d09b (patch)
tree3fb3bf4915b4180d5b643731184c7b8340464fe5 /app-shells/mcfly
parentdev-python/pyTenable: drop old (diff)
downloadgentoo-4619265f45e9bedb8a2aa5f213d421240d55d09b.tar.gz
gentoo-4619265f45e9bedb8a2aa5f213d421240d55d09b.tar.bz2
gentoo-4619265f45e9bedb8a2aa5f213d421240d55d09b.zip
app-shells/mcfly: fix typo in postinst message
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'app-shells/mcfly')
-rw-r--r--app-shells/mcfly/mcfly-0.2.5.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-shells/mcfly/mcfly-0.2.5.ebuild b/app-shells/mcfly/mcfly-0.2.5.ebuild
index e0350162a517..1141f801da05 100644
--- a/app-shells/mcfly/mcfly-0.2.5.ebuild
+++ b/app-shells/mcfly/mcfly-0.2.5.ebuild
@@ -102,7 +102,7 @@ src_test(){
pkg_postinst() {
local p="/usr/share/${PN}/${PN}.bash"
- elog "To start usint ${PN}"
+ elog "To start using ${PN}"
elog "Add the following to your ~/.bashrc"
elog
elog "[[ -f ${p} ]] && source ${p}"