summaryrefslogtreecommitdiffstats
path: root/source
diff options
context:
space:
mode:
authorRafal Szczesniak <mimir@samba.org>2004-07-03 22:48:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:07 -0500
commit659ddcc4434afc302ebd3d48aca6b4ef68468eb2 (patch)
tree560a95b60de17b552db475ebb420c73829bf94bb /source
parentb7267121af45d7173c310299bb52ae031ae1d501 (diff)
downloadsamba-659ddcc4434afc302ebd3d48aca6b4ef68468eb2.tar.gz
samba-659ddcc4434afc302ebd3d48aca6b4ef68468eb2.tar.xz
samba-659ddcc4434afc302ebd3d48aca6b4ef68468eb2.zip
r1332: Typo fix.
Diffstat (limited to 'source')
-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 52e06b9360b..05a9a3f0c52 100644
--- a/source/include/debug.h
+++ b/source/include/debug.h
@@ -33,7 +33,7 @@
* diffferent prototype declarations), so we must do these by hand.
*/
/* I know the __attribute__ stuff is ugly, but it does ensure we get the
- arguemnts to DEBUG() right. We have got them wrong too often in the
+ arguments to DEBUG() right. We have got them wrong too often in the
past.
The PRINTFLIKE comment does the equivalent for SGI MIPSPro.
*/