1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-08 21:18:16 +03:00

lib:util: Fix code spelling

Signed-off-by: Jo Sutton <josutton@catalyst.net.nz>
Reviewed-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz>
This commit is contained in:
Jo Sutton 2024-07-09 12:52:03 +12:00 committed by Douglas Bagnall
parent 9130ca413a
commit df4d6c404c

View 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) );