From: Joseph Sutton Date: Tue, 1 Aug 2023 03:47:18 +0000 (+1200) Subject: lib/util: Fix code spelling X-Git-Tag: tevent-0.16.0~1169 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8ff5c514196d1a013f27316b1abaeffea4411d76;p=thirdparty%2Fsamba.git lib/util: Fix code spelling Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/lib/util/debug.h b/lib/util/debug.h index 335a644718f..dc86fa8acee 100644 --- a/lib/util/debug.h +++ b/lib/util/debug.h @@ -57,7 +57,7 @@ bool dbgsetclass(int level, int cls); * #define DBGC_CLASS DBGC_ * * at the start of the file (after #include "includes.h") will default to - * using index zero, so it will behaive just like it always has. + * using index zero, so it will behave just like it always has. */ #define DBGC_ALL 0 /* index equivalent to DEBUGLEVEL */ @@ -202,7 +202,7 @@ void debuglevel_set_class(size_t idx, int level); /** * @brief DEBUGLF is same as DEBUG with explicit location and function arguments * - * To be used when passing location and function of a caller appearig earlier in + * To be used when passing location and function of a caller appearing earlier in * the call stack instead of some helper function. * * @code