]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
lib:util: Fix code spelling
authorJo Sutton <josutton@catalyst.net.nz>
Tue, 9 Jul 2024 00:52:03 +0000 (12:52 +1200)
committerDouglas Bagnall <dbagnall@samba.org>
Sun, 4 Aug 2024 00:32:39 +0000 (00:32 +0000)
Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
lib/util/debug.h

index a4ad56048ff54c7ac7a07f6ba2459477d5180ed0..f188105c9f45c826a4709b0ca50dd35f036e2213 100644 (file)
@@ -142,7 +142,7 @@ bool dbgsetclass(int level, int cls);
  *
  * DEBUGADD(), DEBUGADDC()
  *    Same as DEBUG() and DEBUGC() except the text is appended to the previous
- *    DEBUG(), DEBUGC(), DEBUGADD(), DEBUGADDC() with out another interviening
+ *    DEBUG(), DEBUGC(), DEBUGADD(), DEBUGADDC() without another intervening
  *    header.
  *
  *    Example: DEBUGADD( 2, ("Some text and a value %d.\n", value) );