From 5301a0954172519fdb00185b167d814869f46a98 Mon Sep 17 00:00:00 2001 From: "Christopher R. Hertel" Date: Wed, 12 Jul 2000 03:51:06 +0000 Subject: Typo. It said "DEGUG" in the comments. I dunno how to degug, or gug for that matter. crh (This used to be commit 6ee63ecfa5f9c984f51c15597a50e085ab722e87) --- source3/include/debug.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3') 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: -- cgit