summaryrefslogtreecommitdiffstats
path: root/auth_mellon_util.c
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2013-05-21 10:53:30 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2013-05-21 10:53:30 +0000
commitab738b5a33c7ce86eb8ddf88a4d1661e3bd90612 (patch)
tree7c0f2527cfac969c8b04c43679cbad15d4230e9e /auth_mellon_util.c
parentf0b539815b0a54fdca00dda6d7a70f135869d8d8 (diff)
downloadmod_auth_mellon-ab738b5a33c7ce86eb8ddf88a4d1661e3bd90612.tar.gz
mod_auth_mellon-ab738b5a33c7ce86eb8ddf88a4d1661e3bd90612.tar.xz
mod_auth_mellon-ab738b5a33c7ce86eb8ddf88a4d1661e3bd90612.zip
Fix typos.
Thanks to Thijs Kinkhorst for providing this patch. git-svn-id: https://modmellon.googlecode.com/svn/trunk@210 a716ebb1-153a-0410-b759-cfb97c6a1b53
Diffstat (limited to 'auth_mellon_util.c')
-rw-r--r--auth_mellon_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth_mellon_util.c b/auth_mellon_util.c
index ca25f7f..c383d54 100644
--- a/auth_mellon_util.c
+++ b/auth_mellon_util.c
@@ -189,7 +189,7 @@ const am_cond_t *am_cond_substitue(request_rec *r, const am_cond_t *ce,
} else if (strcmp(ns, "ENV") == 0) {
/*
- * ENV namespace. Get value from apache environement
+ * ENV namespace. Get value from apache environment
*/
value = getenv(name);
}