From: Stig Venaas Date: Sun, 29 Jul 2001 11:46:41 +0000 (+0000) Subject: Fixed a tiny typo/spelling error X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~1190 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c2daca1001b37d9beff21597b0aeccab61c21c2e;p=openldap Fixed a tiny typo/spelling error --- diff --git a/doc/man/man3/ldap_first_attribute.3 b/doc/man/man3/ldap_first_attribute.3 index 358ceeb491..1fd67c7bd5 100644 --- a/doc/man/man3/ldap_first_attribute.3 +++ b/doc/man/man3/ldap_first_attribute.3 @@ -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), diff --git a/doc/man/man3/ldap_get_dn.3 b/doc/man/man3/ldap_get_dn.3 index 30d80811a4..b6be24c2a5 100644 --- a/doc/man/man3/ldap_get_dn.3 +++ b/doc/man/man3/ldap_get_dn.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),