From 4b12dc1fb5abb94eafdb99c8a3f2451849f6657b Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 6 Apr 2023 16:02:58 +0200 Subject: [PATCH] lib:messaging: Fix code spelling Best reviewed with: `git show --word-diff`. Signed-off-by: Andreas Schneider Reviewed-by: Joseph Sutton --- lib/messaging/messages_dgm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/messaging/messages_dgm.c b/lib/messaging/messages_dgm.c index f71b49cc01f..1c96b2f94ed 100644 --- a/lib/messaging/messages_dgm.c +++ b/lib/messaging/messages_dgm.c @@ -166,7 +166,7 @@ static void messaging_dgm_out_idle_handler(struct tevent_context *ev, } /* - * Setup the idle handler to fire afer 1 second if the + * Setup the idle handler to fire after 1 second if the * queue is zero. */