From c2daca1001b37d9beff21597b0aeccab61c21c2e Mon Sep 17 00:00:00 2001 From: Stig Venaas Date: Sun, 29 Jul 2001 11:46:41 +0000 Subject: [PATCH] Fixed a tiny typo/spelling error --- doc/man/man3/ldap_first_attribute.3 | 2 +- doc/man/man3/ldap_get_dn.3 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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), -- 2.39.5