diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 11:58:07 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2003-03-27 11:58:07 +0000 |
commit | 7ed60b7f7c54306ec26ed645b80413b301e29d2b (patch) | |
tree | bf3e988a22d9457789d47ed11b62ff9940622180 /app-text/aspell | |
parent | repoman fix (diff) | |
download | gentoo-2-7ed60b7f7c54306ec26ed645b80413b301e29d2b.tar.gz gentoo-2-7ed60b7f7c54306ec26ed645b80413b301e29d2b.tar.bz2 gentoo-2-7ed60b7f7c54306ec26ed645b80413b301e29d2b.zip |
typo fix
Diffstat (limited to 'app-text/aspell')
-rw-r--r-- | app-text/aspell/ChangeLog | 6 | ||||
-rw-r--r-- | app-text/aspell/aspell-0.50.3.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/app-text/aspell/ChangeLog b/app-text/aspell/ChangeLog index b36b7a47dd15..37c41bc88a24 100644 --- a/app-text/aspell/ChangeLog +++ b/app-text/aspell/ChangeLog @@ -1,9 +1,13 @@ # ChangeLog for app-text/aspell # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.24 2003/03/20 14:12:01 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/ChangeLog,v 1.25 2003/03/27 11:58:07 seemant Exp $ *aspell-0.50.3 (03 Dec 2002) + 27 Mar 2003; Seemant Kulleen <seemant@gentoo.org> aspell-0.50.3.ebuild: + postinst message typo fix, thanks to: Jeremy Collins <jeremy@happycorp.net> in + bug #18278 + 20 Mar 2003; Guy Martin <gmsoft@gentoo.org> aspell-0.50.3.ebuild : Changed ~hppa to hppa in KEYWORDS. diff --git a/app-text/aspell/aspell-0.50.3.ebuild b/app-text/aspell/aspell-0.50.3.ebuild index ada5a5e5695d..7875d8188414 100644 --- a/app-text/aspell/aspell-0.50.3.ebuild +++ b/app-text/aspell/aspell-0.50.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.3.ebuild,v 1.6 2003/03/20 14:12:01 gmsoft Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/aspell/aspell-0.50.3.ebuild,v 1.7 2003/03/27 11:58:07 seemant Exp $ inherit libtool @@ -69,7 +69,7 @@ src_install () { pkg_postinst() { einfo "You will need to install a dictionary now. Please choose an" - einfo "aspell-<LANG> dictionary from the app-i18n category" + einfo "aspell-<LANG> dictionary from the app-dicts category" einfo "After installing an aspell dictionary for your language(s)," einfo "You may use the aspell-import utility to import your personal" einfo "dictionaries from ispell, pspell and the older aspell" |