fix typo on destroy

This commit is contained in:
Gary Williams 1999-04-14 15:02:38 +00:00
parent deea9c42a5
commit 5ccc8b5ab9

View File

@ -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 ));