diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-29 15:58:01 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-05-29 15:58:01 +0000 |
commit | f414f9a70a8eec24b778a4a56e3d1ccd8a4e9abc (patch) | |
tree | d01af18034160dbcb55a11893861bff5531a14c6 /app-misc | |
parent | Sparc stable, Bug #271780 (which see for comments). (diff) | |
download | gentoo-2-f414f9a70a8eec24b778a4a56e3d1ccd8a4e9abc.tar.gz gentoo-2-f414f9a70a8eec24b778a4a56e3d1ccd8a4e9abc.tar.bz2 gentoo-2-f414f9a70a8eec24b778a4a56e3d1ccd8a4e9abc.zip |
Spelling issues, thanks to yngwin.
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/gentoo/gentoo-0.15.4.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-misc/gentoo/gentoo-0.15.4.ebuild b/app-misc/gentoo/gentoo-0.15.4.ebuild index 501721e37688..6fe8fd18f93a 100644 --- a/app-misc/gentoo/gentoo-0.15.4.ebuild +++ b/app-misc/gentoo/gentoo-0.15.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.15.4.ebuild,v 1.10 2009/05/21 23:04:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gentoo/gentoo-0.15.4.ebuild,v 1.11 2009/05/29 15:58:01 ssuominen Exp $ EAPI=2 inherit eutils @@ -47,6 +47,6 @@ src_install() { } pkg_postinst() { - elog "This filemanager does have nothing to do with the Gentoo Foundation" - elog "or Gentoo Linux in general. The name is only a fluke." + elog "This package doesn't have anything to do with the Gentoo Foundation" + elog "or Gentoo Linux in general. The name is just a coincidence." } |