summaryrefslogtreecommitdiffstats
path: root/auth_mellon_config.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_config.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_config.c')
-rw-r--r--auth_mellon_config.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/auth_mellon_config.c b/auth_mellon_config.c
index 91ccbec..36a82ac 100644
--- a/auth_mellon_config.c
+++ b/auth_mellon_config.c
@@ -959,14 +959,14 @@ const command_rec auth_mellon_commands[] = {
ap_set_flag_slot,
(void *)APR_OFFSETOF(am_dir_cfg_rec, dump_session),
OR_AUTHCFG,
- "Dump session in environement. Default is off"
+ "Dump session in environment. Default is off"
),
AP_INIT_FLAG(
"MellonSamlResponseDump",
ap_set_flag_slot,
(void *)APR_OFFSETOF(am_dir_cfg_rec, dump_saml_response),
OR_AUTHCFG,
- "Dump SAML authentication response in environement. Default is off"
+ "Dump SAML authentication response in environment. Default is off"
),
AP_INIT_RAW_ARGS(
"MellonRequire",