diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-11-24 17:26:22 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-11-24 17:26:22 +0000 |
commit | 3234eff69c089878a6f5d918ef762c9248c617f2 (patch) | |
tree | 5bbd7deb46416789bc5b6f95d0292b001f1d9c03 /net-analyzer/rrdtool/rrdtool-1.3.9.ebuild | |
parent | Test need png support in GD (#294373) (diff) | |
download | gentoo-2-3234eff69c089878a6f5d918ef762c9248c617f2.tar.gz gentoo-2-3234eff69c089878a6f5d918ef762c9248c617f2.tar.bz2 gentoo-2-3234eff69c089878a6f5d918ef762c9248c617f2.zip |
Spelling correction.
(Portage version: 2.2_rc51/cvs/Linux i686)
Diffstat (limited to 'net-analyzer/rrdtool/rrdtool-1.3.9.ebuild')
-rw-r--r-- | net-analyzer/rrdtool/rrdtool-1.3.9.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/rrdtool/rrdtool-1.3.9.ebuild b/net-analyzer/rrdtool/rrdtool-1.3.9.ebuild index dff92aaa5a30..25d5bc1c054c 100644 --- a/net-analyzer/rrdtool/rrdtool-1.3.9.ebuild +++ b/net-analyzer/rrdtool/rrdtool-1.3.9.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/net-analyzer/rrdtool/rrdtool-1.3.9.ebuild,v 1.1 2009/10/26 13:50:27 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-analyzer/rrdtool/rrdtool-1.3.9.ebuild,v 1.2 2009/11/24 17:26:22 jer Exp $ EAPI="2" @@ -82,7 +82,7 @@ pkg_postinst() { ewarn "it contains an xml header and a DOCTYPE definition. Unfortunately this" ewarn "causes older versions of rrdtool restore to be unhappy." ewarn - ewarn "To restore a new dump with ann old rrdtool restore version, either remove" + ewarn "To restore a new dump with an old rrdtool restore version, either remove" ewarn "the xml header and the doctype by hand (both on the first line of the dump)" ewarn "or use rrdtool dump --no-header." ewarn |