]> git.sur5r.net Git - openldap/commitdiff
ITS#4840 fix typo
authorHoward Chu <hyc@openldap.org>
Mon, 12 Feb 2007 11:53:59 +0000 (11:53 +0000)
committerHoward Chu <hyc@openldap.org>
Mon, 12 Feb 2007 11:53:59 +0000 (11:53 +0000)
include/ldap.h

index 5fada4be37f4a43de49a9b1416fe6d00823b0893..759b9ba01d62ecdcbe97228eb8dcff6c4b68ec39 100644 (file)
@@ -1682,7 +1682,7 @@ ldap_count_values LDAP_P((        /* deprecated, use ldap_count_values_len */
        char **vals ));
 
 LDAP_F( void )
-ldap_value_free LDAP_P((       /* deprecated, use ldap_values_free_len */
+ldap_value_free LDAP_P((       /* deprecated, use ldap_value_free_len */
        char **vals ));
 #endif