summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2010-12-22 10:02:05 +0000
committerBenedikt Boehm <hollow@gentoo.org>2010-12-22 10:02:05 +0000
commitb0d9715e6f4af5fc5740dea5230f9c92c2aad5db (patch)
treee57544cbb3bd068effe39172019c9fa889cb0aac /eclass
parentDepend on nxclient with USE=cups (diff)
downloadgentoo-2-b0d9715e6f4af5fc5740dea5230f9c92c2aad5db.tar.gz
gentoo-2-b0d9715e6f4af5fc5740dea5230f9c92c2aad5db.tar.bz2
gentoo-2-b0d9715e6f4af5fc5740dea5230f9c92c2aad5db.zip
fix small typo in log message
Diffstat (limited to 'eclass')
-rw-r--r--eclass/apache-2.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/apache-2.eclass b/eclass/apache-2.eclass
index 36221815cfad..ac58ba4aad0c 100644
--- a/eclass/apache-2.eclass
+++ b/eclass/apache-2.eclass
@@ -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/eclass/apache-2.eclass,v 1.23 2010/08/28 14:50:55 hollow Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/apache-2.eclass,v 1.24 2010/12/22 10:02:05 hollow Exp $
EAPI="2"
@@ -572,7 +572,7 @@ apache-2_pkg_postinst() {
echo
elog "Attention: cgi and cgid modules are now handled via APACHE2_MODULES flags"
elog "in /etc/make.conf. Make sure to enable those in order to compile them."
- elog "In general, you should use 'cgid' with hreaded MPMs and 'cgi' otherwise."
+ elog "In general, you should use 'cgid' with threaded MPMs and 'cgi' otherwise."
echo
}