From ac0714384c10e9b828017fa50af7c7d7bf600245 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 15 Sep 2000 00:08:51 +0000 Subject: [PATCH] Fix typo --- include/ldap.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/ldap.h b/include/ldap.h index adfd9ab2e3..f5d9816eb9 100644 --- a/include/ldap.h +++ b/include/ldap.h @@ -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 */ -- 2.39.5