From: Azat Khuzhin Date: Sun, 1 Mar 2020 10:52:32 +0000 (+0300) Subject: Fix typo in thread.h (s/event/evthread) X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5a5fe67ee86f780a94f3f154bc03756b7db1cd27;p=libevent Fix typo in thread.h (s/event/evthread) --- 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().