diff options
author | Tom Martin <slarti@gentoo.org> | 2004-08-07 21:32:24 +0000 |
---|---|---|
committer | Tom Martin <slarti@gentoo.org> | 2004-08-07 21:32:24 +0000 |
commit | 08a7a87a24648715ab2ee9c1314e6e84bdc6a7dc (patch) | |
tree | d7248f33d7c6ef3802d37338c94aeb13d7b354b7 /app-text/gtkspell | |
parent | Typo in DESCRIPTION, bug 59717. (Manifest recommit) (diff) | |
download | gentoo-2-08a7a87a24648715ab2ee9c1314e6e84bdc6a7dc.tar.gz gentoo-2-08a7a87a24648715ab2ee9c1314e6e84bdc6a7dc.tar.bz2 gentoo-2-08a7a87a24648715ab2ee9c1314e6e84bdc6a7dc.zip |
Typo in DESCRIPTION, bug 59717.
Diffstat (limited to 'app-text/gtkspell')
-rw-r--r-- | app-text/gtkspell/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/gtkspell/gtkspell-2.0.4-r1.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/app-text/gtkspell/ChangeLog b/app-text/gtkspell/ChangeLog index dd99f788696e..d1e1613f634a 100644 --- a/app-text/gtkspell/ChangeLog +++ b/app-text/gtkspell/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/gtkspell # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.28 2004/06/24 22:38:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/ChangeLog,v 1.29 2004/08/07 21:32:24 slarti Exp $ + + 07 Aug 2004; Tom Martin <slarti@gentoo.org> gtkspell-2.0.4-r1.ebuild: + Typo in DESCRIPTION: chechking -> checking. Bug 59717. 04 May 2004; foser <foser@gentoo.org> gtkspell-2.0.4-r1.ebuild : Add autoconf step to remove aspell checks (#41019 comment #9 & #10) diff --git a/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild b/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild index 1cf7bfa6ba15..02e9efa1450a 100644 --- a/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild +++ b/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild,v 1.11 2004/06/24 22:38:04 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/gtkspell/gtkspell-2.0.4-r1.ebuild,v 1.12 2004/08/07 21:32:24 slarti Exp $ inherit eutils -DESCRIPTION="Spell chechking widget for GTK2" +DESCRIPTION="Spell checking widget for GTK2" HOMEPAGE="http://gtkspell.sourceforge.net/" SRC_URI="http://${PN}.sourceforge.net/download/${P}.tar.gz" |