]> git.sur5r.net Git - openldap/commitdiff
Fix typo (thanks Pierangelo!)
authorLuke Howard <lukeh@openldap.org>
Mon, 8 Mar 2004 09:24:26 +0000 (09:24 +0000)
committerLuke Howard <lukeh@openldap.org>
Mon, 8 Mar 2004 09:24:26 +0000 (09:24 +0000)
include/ldap.h

index c0e96ebfbbecfa0d2204ce24ab1a7ae975690502..9080c08077e9f6139a9be57e8e13f8215de3301d 100644 (file)
@@ -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 */