parms->err_directive = current;
return apr_pstrcat(parms->pool, "Invalid command '",
current->directive,
- "', perhaps mis-spelled or defined by a module "
+ "', perhaps misspelled or defined by a module "
"not included in the server configuration",
NULL);
}
if (!(cmd = ap_find_command_in_modules(cmd_line, &mod))) {
return apr_pstrcat(parms->pool, "Invalid command '",
cmd_line,
- "', perhaps mis-spelled or defined by a module "
+ "', perhaps misspelled or defined by a module "
"not included in the server configuration",
NULL);
}