summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristopher R. Hertel <crh@samba.org>2000-07-12 03:51:06 +0000
committerChristopher R. Hertel <crh@samba.org>2000-07-12 03:51:06 +0000
commit6ee63ecfa5f9c984f51c15597a50e085ab722e87 (patch)
tree270860666b6161da19902f05c90f013feb524ab7
parentfb0e1fb9e31db135eeb8e949a7ad0826906ba1ff (diff)
downloadsamba-6ee63ecfa5f9c984f51c15597a50e085ab722e87.tar.gz
samba-6ee63ecfa5f9c984f51c15597a50e085ab722e87.tar.xz
samba-6ee63ecfa5f9c984f51c15597a50e085ab722e87.zip
Typo. It said "DEGUG" in the comments. I dunno how to degug, or gug for
that matter. crh
-rw-r--r--source/include/debug.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/include/debug.h b/source/include/debug.h
index c6ddf615253..e59a45cba11 100644
--- a/source/include/debug.h
+++ b/source/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: