commit: 4619265f45e9bedb8a2aa5f213d421240d55d09b
Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 21 04:16:56 2018 +0000
Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
CommitDate: Fri Dec 21 04:16:56 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4619265f
app-shells/mcfly: fix typo in postinst message
Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
app-shells/mcfly/mcfly-0.2.5.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-shells/mcfly/mcfly-0.2.5.ebuild
b/app-shells/mcfly/mcfly-0.2.5.ebuild
index e0350162a51..1141f801da0 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}"