From 1503589524f5ef171b6eefc13dfbf289edd4adfc Mon Sep 17 00:00:00 2001 From: Joseph Sutton Date: Mon, 18 Sep 2023 15:24:45 +1200 Subject: [PATCH] tevent: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- lib/tevent/tevent.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index 5aab01448f4..0f40b2bed30 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -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. * @{ */ -- 2.47.3