Fixed a tiny typo/spelling error

This commit is contained in:
Stig Venaas 2001-07-29 11:46:41 +00:00
parent af144edba0
commit c2daca1001
2 changed files with 2 additions and 2 deletions

View File

@ -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),

View File

@ -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),