From 5a5fe67ee86f780a94f3f154bc03756b7db1cd27 Mon Sep 17 00:00:00 2001 From: Azat Khuzhin Date: Sun, 1 Mar 2020 13:52:32 +0300 Subject: [PATCH] Fix typo in thread.h (s/event/evthread) --- include/event2/thread.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/event2/thread.h b/include/event2/thread.h index bf06e3d3..75dbfa1d 100644 --- a/include/event2/thread.h +++ b/include/event2/thread.h @@ -39,8 +39,8 @@ use them. Most programs will either be using Windows threads or Posix threads. You - can configure Libevent to use one of these event_use_windows_threads() or - event_use_pthreads() respectively. If you're using another threading + can configure Libevent to use one of these evthread_use_windows_threads() or + evthread_use_pthreads() respectively. If you're using another threading library, you'll need to configure threading functions manually using evthread_set_lock_callbacks() and evthread_set_condition_callbacks().