mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 00:29:35 -05:00
typo in comment
This commit is contained in:
parent
d75803ed3f
commit
f0810d6535
1 changed files with 2 additions and 2 deletions
|
|
@ -143,10 +143,10 @@ LDAP_BEGIN_DECL
|
|||
|
||||
#define SLAP_TEXT_BUFLEN (256)
|
||||
|
||||
/* psuedo error code indicating abandoned operation */
|
||||
/* pseudo error code indicating abandoned operation */
|
||||
#define SLAPD_ABANDON (-1024)
|
||||
|
||||
/* psuedo error code indicating disconnect */
|
||||
/* pseudo error code indicating disconnect */
|
||||
#define SLAPD_DISCONNECT (-1025)
|
||||
|
||||
/* unknown config file directive */
|
||||
|
|
|
|||
Loading…
Reference in a new issue