From: Luke Howard Date: Mon, 8 Mar 2004 09:24:26 +0000 (+0000) Subject: Fix typo (thanks Pierangelo!) X-Git-Tag: OPENLDAP_REL_ENG_2_2_BP~349 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c81161ed862cfffe80981f3a2da95325d3b7a4e6;p=openldap Fix typo (thanks Pierangelo!) --- diff --git a/include/ldap.h b/include/ldap.h index c0e96ebfbb..9080c08077 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -241,7 +241,7 @@ typedef struct ldapcontrol { /* controls for MSAD compatibility */ #define LDAP_CONTROL_X_DOMAIN_SCOPE "1.2.840.113556.1.4.1339" #define LDAP_CONTROL_X_PERMISSIVE_MODIFY "1.2.840.113556.1.4.1413" -#define LDAP_CONTORL_X_INCREMENTAL_VALUES "1.2.840.113556.1.4.802" +#define LDAP_CONTROL_X_INCREMENTAL_VALUES "1.2.840.113556.1.4.802" /* not implemented in slapd(8) */ #define LDAP_CONTROL_SORTREQUEST "1.2.840.113556.1.4.473" /* RFC 2891 */