]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
tevent: Fix code spelling
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Mon, 18 Sep 2023 03:24:45 +0000 (15:24 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Wed, 25 Oct 2023 22:23:37 +0000 (22:23 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
lib/tevent/tevent.h

index 5aab01448f47800aace6e790bf07dc368552b41e..0f40b2bed30781357087cdbe5fa5c394c7c87509 100644 (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.
  * @{
  */