summaryrefslogtreecommitdiffstats
path: root/auth_mellon_config.c
diff options
context:
space:
mode:
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",