summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2020-07-20 21:59:10 +0800
committerfanquake <fanquake@gmail.com>2020-07-20 21:59:10 +0800
commit79dc8789f5a679391639fe9995a47f2bcd997e07 (patch)
tree6a5e594ba104e19436a4e9cc4bdd10735c6ee188 /include
parent883587a9bff465176df39302526d8ae54b9d3cee (diff)
downloadlibevent-79dc8789f5a679391639fe9995a47f2bcd997e07.tar.gz
doc: fix typo in thread.h
s/evthred_use_pthreads_with_flags/evthread_use_pthreads_with_flags/
Diffstat (limited to 'include')
-rw-r--r--include/event2/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/event2/thread.h b/include/event2/thread.h
index 75dbfa1d..519b4d30 100644
--- a/include/event2/thread.h
+++ b/include/event2/thread.h
@@ -218,7 +218,7 @@ int evthread_use_pthreads(void);
/**
* Sets up Libevent for use with Pthreads locking and thread ID functions.
- * Use evthred_use_pthreads_with_flags() to use Pthreads locking, taking the
+ * Use evthread_use_pthreads_with_flags() to use Pthreads locking, taking the
* specified flags under consideration.
*
* @param flags the flags to apply when setting up Pthreads locking. @see EVTHREAD_PTHREAD_*