]> andersk Git - mod-vhost-ldap.git/commitdiff
Fabian Fagerholm <fabbe@paniq.net>: fix typos
authorOndřej Surý <ondrej@sury.org>
Thu, 11 Aug 2005 13:11:08 +0000 (13:11 +0000)
committerOndřej Surý <ondrej@sury.org>
Thu, 11 Aug 2005 13:11:08 +0000 (13:11 +0000)
git-svn-id: svn://svn.debian.org/svn/modvhostldap@3 4dd36cbf-e3fd-0310-983d-db0e06859cf4

mod_vhost_ldap.c

index c0351662aae376c0467f9690261180896f891a07..7988df1b4284f4ca0e79b50c008ef5e062d392de 100644 (file)
@@ -290,7 +290,7 @@ static const char *mod_vhost_ldap_set_deref(cmd_parms *cmd, void *dummy, const c
 
 command_rec mod_vhost_ldap_cmds[] = {
     AP_INIT_TAKE1("VhostLDAPURL", mod_vhost_ldap_parse_url, NULL, RSRC_CONF,
-                  "URL to define LDAP connection. This should be an RFC 2255 complaint\n"
+                  "URL to define LDAP connection. This should be an RFC 2255 compliant\n"
                   "URL of the form ldap://host[:port]/basedn[?attrib[?scope[?filter]]].\n"
                   "<ul>\n"
                   "<li>Host is the name of the LDAP server. Use a space separated list of hosts \n"
@@ -309,7 +309,7 @@ command_rec mod_vhost_ldap_cmds[] = {
                  "Set to off to disable vhost_ldap, even if it's been enabled in a higher tree"),
 
     AP_INIT_TAKE1("VhostLDAPDereferenceAliases", mod_vhost_ldap_set_deref, NULL, RSRC_CONF,
-                  "Determines how aliases are handled during a search. Can bo one of the"
+                  "Determines how aliases are handled during a search. Can be one of the"
                   "values \"never\", \"searching\", \"finding\", or \"always\". "
                   "Defaults to always."),
 
This page took 0.033587 seconds and 5 git commands to generate.