summaryrefslogtreecommitdiffstats
path: root/modules/metadata/mod_setenvif.c
diff options
context:
space:
mode:
authorJeff Trawick <trawick@apache.org>2010-05-24 16:26:49 +0200
committerJeff Trawick <trawick@apache.org>2010-05-24 16:26:49 +0200
commit1477c61e6fe9d8093fd84825e5e45ea1ed539acb (patch)
tree593f59112fbdb2f9b9d6d096823371220cde6603 /modules/metadata/mod_setenvif.c
parentUpdates. (diff)
downloadapache2-1477c61e6fe9d8093fd84825e5e45ea1ed539acb.tar.xz
apache2-1477c61e6fe9d8093fd84825e5e45ea1ed539acb.zip
odd assortment of spelling fixes
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@947651 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/metadata/mod_setenvif.c')
-rw-r--r--modules/metadata/mod_setenvif.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/metadata/mod_setenvif.c b/modules/metadata/mod_setenvif.c
index 4649650ea5..7a16ca50a2 100644
--- a/modules/metadata/mod_setenvif.c
+++ b/modules/metadata/mod_setenvif.c
@@ -59,7 +59,7 @@
*
* Examples:
*
- * To set the enviroment variable LOCALHOST if the client is the local
+ * To set the environment variable LOCALHOST if the client is the local
* machine:
*
* SetEnvIf remote_addr 127.0.0.1 LOCALHOST