summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Black <dragonheart@gentoo.org>2005-05-07 11:04:19 +0000
committerDaniel Black <dragonheart@gentoo.org>2005-05-07 11:04:19 +0000
commitdd8756e0f86e13adc31eec7a19a6b11c72bfc29d (patch)
treefb67d5b3b61fb829714acff33787a4ec600be62e /net-analyzer/ethereal
parentAdded to ~ppc (diff)
downloadgentoo-2-dd8756e0f86e13adc31eec7a19a6b11c72bfc29d.tar.gz
gentoo-2-dd8756e0f86e13adc31eec7a19a6b11c72bfc29d.tar.bz2
gentoo-2-dd8756e0f86e13adc31eec7a19a6b11c72bfc29d.zip
fixed spelling analised in bug #91772.
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'net-analyzer/ethereal')
-rw-r--r--net-analyzer/ethereal/ChangeLog7
-rw-r--r--net-analyzer/ethereal/ethereal-0.10.11.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/net-analyzer/ethereal/ChangeLog b/net-analyzer/ethereal/ChangeLog
index c58d631fa5f6..9958d3cbef50 100644
--- a/net-analyzer/ethereal/ChangeLog
+++ b/net-analyzer/ethereal/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-analyzer/ethereal
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.123 2005/05/06 16:24:58 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ChangeLog,v 1.124 2005/05/07 11:04:19 dragonheart Exp $
+
+ 07 May 2005; Daniel Black <dragonheart@gentoo.org>
+ ethereal-0.10.11.ebuild:
+ Fixed spelling mistake. Thanks to Mikael Magnusson <mikachu@gmail.com> in
+ bug #91772.
06 May 2005; Bryan Østergaard <kloeri@gentoo.org>
-files/ethereal-0.10.9-mate.h-gcc2.patch, -files/0.10.4-gcc34.patch,
diff --git a/net-analyzer/ethereal/ethereal-0.10.11.ebuild b/net-analyzer/ethereal/ethereal-0.10.11.ebuild
index ce066bd9b99e..2b0e6c8a33a7 100644
--- a/net-analyzer/ethereal/ethereal-0.10.11.ebuild
+++ b/net-analyzer/ethereal/ethereal-0.10.11.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.11.ebuild,v 1.9 2005/05/06 16:24:58 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ethereal/ethereal-0.10.11.ebuild,v 1.10 2005/05/07 11:04:19 dragonheart Exp $
inherit libtool flag-o-matic eutils
@@ -106,6 +106,6 @@ pkg_postinst() {
ewarn "use a hardened operating system;"
ewarn "do not listen to addition interfaces;"
ewarn "if possible, run behind a firewall;"
- ewarn "take a capture with tcpdump and analylize the contents offline running as a the least priviledged user; and"
+ ewarn "take a capture with tcpdump and analyze the contents offline running as a the least priviledged user; and"
ewarn "subscribe to ethereal's announce list for new vulnerabilities."
}