]> git.sur5r.net Git - openldap/commitdiff
Fixed a tiny typo/spelling error
authorStig Venaas <venaas@openldap.org>
Sun, 29 Jul 2001 11:46:41 +0000 (11:46 +0000)
committerStig Venaas <venaas@openldap.org>
Sun, 29 Jul 2001 11:46:41 +0000 (11:46 +0000)
doc/man/man3/ldap_first_attribute.3
doc/man/man3/ldap_get_dn.3

index 358ceeb4911a93b879e5ff7513d972d2e75cc9b5..1fd67c7bd5b5a1a1cbd75aa99b9706fc3e3ee524 100644 (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),
index 30d80811a45b43f80719414d13e99acfc639add2..b6be24c2a5c687c1b4854348db09e346265b7dcf 100644 (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),