From: Ondřej Surý Date: Thu, 11 Aug 2005 13:11:08 +0000 (+0000) Subject: Fabian Fagerholm : fix typos X-Git-Tag: debian/0.2.2-1~2^2~1 X-Git-Url: http://andersk.mit.edu/gitweb/mod-vhost-ldap.git/commitdiff_plain/a940f96940ae85dee199f144cb406ee95783f529?hp=7f9875bb3e8210122b73b7a63644d039733d04d6 Fabian Fagerholm : fix typos git-svn-id: svn://svn.debian.org/svn/modvhostldap@3 4dd36cbf-e3fd-0310-983d-db0e06859cf4 --- diff --git a/mod_vhost_ldap.c b/mod_vhost_ldap.c index c035166..7988df1 100644 --- a/mod_vhost_ldap.c +++ b/mod_vhost_ldap.c @@ -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" "
    \n" "
  • 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."),