diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/debug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/debug.h b/source3/include/debug.h index c6ddf61525..e59a45cba1 100644 --- a/source3/include/debug.h +++ b/source3/include/debug.h @@ -74,7 +74,7 @@ BOOL dbgtext(); * Example usage: * if( DEBUGLVL( 2 ) ) * dbgtext( "Some text.\n" ); - * DEGUG() - Good old DEBUG(). Each call to DEBUG() will generate a new + * DEBUG() - Good old DEBUG(). Each call to DEBUG() will generate a new * header *unless* the previous debug output was unterminated * (i.e., no '\n'). See debug.c:dbghdr() for more info. * Example usage: |