From 5ccc8b5ab91c448e816242e68e0660c06c8c4706 Mon Sep 17 00:00:00 2001 From: Gary Williams Date: Wed, 14 Apr 1999 15:02:38 +0000 Subject: [PATCH] fix typo on destroy --- include/ldap_pvt_thread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 )); -- 2.39.5