1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

tevent: Fix code spelling

Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
This commit is contained in:
Joseph Sutton 2023-09-18 15:24:45 +12:00 committed by Andrew Bartlett
parent 82ec1965c8
commit 1503589524

View File

@ -2461,7 +2461,7 @@ struct tevent_queue_entry *_tevent_queue_add_optimize_empty(
* must be the first one in the queue! Otherwise it calls abort().
*
* @note You can't use this together with tevent_queue_add_optimize_empty()
* because the trigger function don't have access to the quene entry
* because the trigger function doesn't have access to the queue entry
* in the case of an empty queue.
*
* @param[in] queue_entry The queue entry to rearm.
@ -2694,7 +2694,7 @@ int tevent_re_initialise(struct tevent_context *ev);
* @ingroup tevent
*
* The following structure and registration functions are exclusively
* needed for people writing and pluggin a different event engine.
* needed for people writing and plugging a different event engine.
* There is nothing useful for normal tevent user in here.
* @{
*/