From: Andreas Schneider Date: Wed, 2 Aug 2023 08:33:35 +0000 (+0200) Subject: lib:tevent: Fix code spelling X-Git-Tag: tevent-0.16.0~1290 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=edcebcd48a474190940a53ddb8fac6099a4f0b6d;p=thirdparty%2Fsamba.git lib:tevent: Fix code spelling Signed-off-by: Andreas Schneider Reviewed-by: Joseph Sutton --- diff --git a/lib/tevent/tevent.h b/lib/tevent/tevent.h index fec8c2a1744..1d589b899ca 100644 --- a/lib/tevent/tevent.h +++ b/lib/tevent/tevent.h @@ -625,7 +625,7 @@ typedef void (*tevent_debug_fn)(void *context, * Set destination for tevent debug messages * * As of version 0.15.0 the invocation of - * the debug function for indiviual messages + * the debug function for individual messages * is limited by the current max_debug_level, * which means TEVENT_DEBUG_TRACE messages * are not passed by default: