mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
Fixed a tiny typo/spelling error
This commit is contained in:
parent
af144edba0
commit
c2daca1001
@ -60,7 +60,7 @@ The
|
||||
.B ldap_first_attribute()
|
||||
and
|
||||
.B ldap_next_attribute()
|
||||
return dyanamically allocated memory that must be freed by the caller via
|
||||
return dynamically allocated memory that must be freed by the caller via
|
||||
.BR ldap_memfree (3).
|
||||
.SH SEE ALSO
|
||||
.BR ldap(3),
|
||||
|
@ -89,7 +89,7 @@ will return NULL with
|
||||
.BR errno (3)
|
||||
set appropriately in case of trouble.
|
||||
.SH NOTES
|
||||
These routines dyanamically allocate memory that the caller must free.
|
||||
These routines dynamically allocate memory that the caller must free.
|
||||
.SH SEE ALSO
|
||||
.BR ldap(3),
|
||||
.BR ldap_error(3),
|
||||
|
Loading…
Reference in New Issue
Block a user