From: Gary Williams Date: Wed, 14 Apr 1999 15:02:38 +0000 (+0000) Subject: fix typo on destroy X-Git-Tag: OPENLDAP_SLAPD_BACK_LDAP~179 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=5ccc8b5ab91c448e816242e68e0660c06c8c4706;p=openldap fix typo on destroy --- diff --git a/include/ldap_pvt_thread.h b/include/ldap_pvt_thread.h index d0d0b597fb..2e64323996 100644 --- a/include/ldap_pvt_thread.h +++ b/include/ldap_pvt_thread.h @@ -164,7 +164,7 @@ LDAP_BEGIN_DECL LDAP_F int ldap_pvt_thread_initialize LDAP_P(( void )); LDAP_F int -ldap_pvt_thread_destory LDAP_P(( void )); +ldap_pvt_thread_destroy LDAP_P(( void )); LDAP_F unsigned int ldap_pvt_thread_sleep LDAP_P(( unsigned int s ));