diff options
author | Christopher R. Hertel <crh@samba.org> | 2000-07-12 03:51:06 +0000 |
---|---|---|
committer | Christopher R. Hertel <crh@samba.org> | 2000-07-12 03:51:06 +0000 |
commit | 5301a0954172519fdb00185b167d814869f46a98 (patch) | |
tree | cee06f8abd90f671c2e98dd115ae0c2e2c6f78cd /source3/include | |
parent | 9ab8dfa381971df9aa8ba7731fa4b8e95a422a4b (diff) | |
download | samba-5301a0954172519fdb00185b167d814869f46a98.tar.gz samba-5301a0954172519fdb00185b167d814869f46a98.tar.bz2 samba-5301a0954172519fdb00185b167d814869f46a98.zip |
Typo. It said "DEGUG" in the comments. I dunno how to degug, or gug for
that matter. crh
(This used to be commit 6ee63ecfa5f9c984f51c15597a50e085ab722e87)
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: |