summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2007-07-28 09:46:13 +0000
committerMike Frysinger <vapier@gentoo.org>2007-07-28 09:46:13 +0000
commit1a42875e32bed81ba67b2b5bf7c488c8110e0773 (patch)
tree47230c27df82648693389e1b2f61547823aeb878 /net-analyzer
parentMarked stable on amd64 as per bug 186835. (diff)
downloadgentoo-2-1a42875e32bed81ba67b2b5bf7c488c8110e0773.tar.gz
gentoo-2-1a42875e32bed81ba67b2b5bf7c488c8110e0773.tar.bz2
gentoo-2-1a42875e32bed81ba67b2b5bf7c488c8110e0773.zip
fix typo in error message
(Portage version: 2.1.3_rc9)
Diffstat (limited to 'net-analyzer')
-rw-r--r--net-analyzer/ntop/ntop-3.2-r3.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/ntop/ntop-3.2-r3.ebuild b/net-analyzer/ntop/ntop-3.2-r3.ebuild
index 5df114c4c0f7..62b9dd7327c4 100644
--- a/net-analyzer/ntop/ntop-3.2-r3.ebuild
+++ b/net-analyzer/ntop/ntop-3.2-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.2-r3.ebuild,v 1.10 2007/07/24 21:13:25 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-analyzer/ntop/ntop-3.2-r3.ebuild,v 1.11 2007/07/28 09:46:13 vapier Exp $
inherit eutils autotools
@@ -46,7 +46,7 @@ pkg_setup() {
eerror "You have both ipv6 and snmp enabled."
eerror "This require ipv6 support in net-analyzer/net-snmp."
eerror "However, net-analyzer/net-snmp was compiled with ipv6 flag disabled."
- eerror "Please, reemrege net-analyzer/net-snmp with USE=\"ipv6\"."
+ eerror "Please, re-emerge net-analyzer/net-snmp with USE=\"ipv6\"."
die "net-analyzer/net-snmp was build without ipv6."
fi
fi