]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Fri, 15 Sep 2000 00:08:51 +0000 (00:08 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 15 Sep 2000 00:08:51 +0000 (00:08 +0000)
include/ldap.h

index adfd9ab2e3a90b65efadca49acc6b0cd2fff6254..f5d9816eb97831d813968ca27914f14b6bd69490 100644 (file)
@@ -231,8 +231,8 @@ typedef struct ldapcontrol {
 /* general stuff */
 #define LDAP_TAG_MESSAGE       ((ber_tag_t) 0x30U)     /* constructed + 16 */
 #define LDAP_TAG_MSGID         ((ber_tag_t) 0x02U)     /* integer */
-#define LDAP_TAG_LDAPDN                ((ber_tag_t) 0x04U)     /* octect string */
-#define LDAP_TAG_LDAPCRED      ((ber_tag_t) 0x04U)     /* octect string */
+#define LDAP_TAG_LDAPDN                ((ber_tag_t) 0x04U)     /* octet string */
+#define LDAP_TAG_LDAPCRED      ((ber_tag_t) 0x04U)     /* octet string */
 #define LDAP_TAG_CONTROLS      ((ber_tag_t) 0xa0U)     /* context specific + constructed + 0 */
 #define LDAP_TAG_REFERRAL      ((ber_tag_t) 0xa3U)     /* context specific + constructed + 3 */