From: Quanah Gibson-Mount Date: Tue, 18 Apr 2017 15:01:26 +0000 (-0700) Subject: ITS#8643 - Fix typo X-Git-Tag: OPENLDAP_REL_ENG_2_4_45~22 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;ds=sidebyside;h=e5724d4ec9757fb47b9603a685d990452cdc37ae;p=openldap ITS#8643 - Fix typo --- diff --git a/include/lber.h b/include/lber.h index 979beb49be..b93d8e3b6b 100644 --- a/include/lber.h +++ b/include/lber.h @@ -173,7 +173,7 @@ typedef struct sockbuf Sockbuf; typedef struct sockbuf_io Sockbuf_IO; -/* Structure for LBER IO operarion descriptor */ +/* Structure for LBER IO operation descriptor */ typedef struct sockbuf_io_desc { int sbiod_level; Sockbuf *sbiod_sb;