From: Kurt Zeilenga Date: Fri, 15 Sep 2000 00:08:51 +0000 (+0000) Subject: Fix typo X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~2004 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=ac0714384c10e9b828017fa50af7c7d7bf600245;p=openldap Fix typo --- 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 */