diff options
author | Benedikt Boehm <hollow@gentoo.org> | 2010-12-22 10:02:05 +0000 |
---|---|---|
committer | Benedikt Boehm <hollow@gentoo.org> | 2010-12-22 10:02:05 +0000 |
commit | 3b876d89952ac02cec6f183bc98d9cb1a1eff878 (patch) | |
tree | cd62f9aa9b0ba38b50829d9149fb196cc2ddaf17 /eclass | |
parent | Depend on nxclient with USE=cups (diff) | |
download | historical-3b876d89952ac02cec6f183bc98d9cb1a1eff878.tar.gz historical-3b876d89952ac02cec6f183bc98d9cb1a1eff878.tar.bz2 historical-3b876d89952ac02cec6f183bc98d9cb1a1eff878.zip |
fix small typo in log message
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/apache-2.eclass | 4 |
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 } |