summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetteri Räty <betelgeuse@gentoo.org>2009-02-16 23:33:32 +0000
committerPetteri Räty <betelgeuse@gentoo.org>2009-02-16 23:33:32 +0000
commita165b07afc4bf2e0870546db72501bed33e6bccb (patch)
treec60a933da18c76d5e5fa8c9e66f42f9d72332056 /www-apache
parentApply latest Debian patches (#257609). (diff)
downloadgentoo-2-a165b07afc4bf2e0870546db72501bed33e6bccb.tar.gz
gentoo-2-a165b07afc4bf2e0870546db72501bed33e6bccb.tar.bz2
gentoo-2-a165b07afc4bf2e0870546db72501bed33e6bccb.zip
Fix typo in comments. Fixes bug #259226.
(Portage version: 2.2_rc20/cvs/Linux 2.6.28-gentoo-r1 i686)
Diffstat (limited to 'www-apache')
-rw-r--r--www-apache/mod_jk/ChangeLog8
-rw-r--r--www-apache/mod_jk/files/88_mod_jk.conf2
-rw-r--r--www-apache/mod_jk/files/new/88_mod_jk.conf2
3 files changed, 8 insertions, 4 deletions
diff --git a/www-apache/mod_jk/ChangeLog b/www-apache/mod_jk/ChangeLog
index 43fb6ab4c877..e5045870af6f 100644
--- a/www-apache/mod_jk/ChangeLog
+++ b/www-apache/mod_jk/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for www-apache/mod_jk
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.53 2008/12/10 19:13:47 betelgeuse Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/www-apache/mod_jk/ChangeLog,v 1.54 2009/02/16 23:33:32 betelgeuse Exp $
+
+ 16 Feb 2009; Petteri Räty <betelgeuse@gentoo.org> files/88_mod_jk.conf,
+ files/new/88_mod_jk.conf:
+ Fix typo in comments. Fixes bug #259226.
10 Dec 2008; Petteri Räty <betelgeuse@gentoo.org> metadata.xml:
Add weisso as proxy maintainer.
diff --git a/www-apache/mod_jk/files/88_mod_jk.conf b/www-apache/mod_jk/files/88_mod_jk.conf
index 2830dcc63ac2..786028a49d82 100644
--- a/www-apache/mod_jk/files/88_mod_jk.conf
+++ b/www-apache/mod_jk/files/88_mod_jk.conf
@@ -75,7 +75,7 @@ JkLogLevel info
# or a 403 Forbidden response (if directive Options doesn't specify
# Indexes for that directory).
#
-# If ForwarDirectories is set to true and Apache doesn't find any
+# If ForwardDirectories is set to true and Apache doesn't find any
# files that match, the request will be forwarded to Tomcat for
# resolution. This is used in cases when Apache cannot see the index
# files on the file system for various reasons: Tomcat is running on
diff --git a/www-apache/mod_jk/files/new/88_mod_jk.conf b/www-apache/mod_jk/files/new/88_mod_jk.conf
index 3f4e09367f46..cbd35a9c543c 100644
--- a/www-apache/mod_jk/files/new/88_mod_jk.conf
+++ b/www-apache/mod_jk/files/new/88_mod_jk.conf
@@ -83,7 +83,7 @@ JkLogLevel warn
# or a 403 Forbidden response (if directive Options doesn't specify
# Indexes for that directory).
#
-# If ForwarDirectories is set to true and Apache doesn't find any
+# If ForwardDirectories is set to true and Apache doesn't find any
# files that match, the request will be forwarded to Tomcat for
# resolution. This is used in cases when Apache cannot see the index
# files on the file system for various reasons: Tomcat is running on