From: Nikolay Edigaryev Date: Thu, 6 Jul 2017 20:24:26 +0000 (+0500) Subject: Fix a few trivial documentation typos X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c3a61a13d7caefc3834c83ba312da171d3498899;p=libevent Fix a few trivial documentation typos --- diff --git a/include/event2/event.h b/include/event2/event.h index 435fd62c..05bd20a1 100644 --- a/include/event2/event.h +++ b/include/event2/event.h @@ -232,7 +232,7 @@ struct event_base * * Generally, you can create events with event_new(), then make them * pending with event_add(). As your event_base runs, it will run the - * callbacks of an events whose conditions are triggered. When you + * callbacks of an events whose conditions are triggered. When you no * longer want the event, free it with event_free(). * * In more depth: @@ -692,7 +692,7 @@ EVENT2_EXPORT_SYMBOL void event_base_free(struct event_base *); /** - As event_free, but do not run finalizers. + As event_base_free, but do not run finalizers. THIS IS AN EXPERIMENTAL API. IT MIGHT CHANGE BEFORE THE LIBEVENT 2.1 SERIES BECOMES STABLE.