summaryrefslogtreecommitdiffstats
path: root/auth_mellon_util.c
diff options
context:
space:
mode:
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);
}