diff options
author | Rafal Szczesniak <mimir@samba.org> | 2004-07-03 22:48:26 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:52:07 -0500 |
commit | 03bf0d85a1a2d861cfb1eddad16583182765c977 (patch) | |
tree | dec8e0a47e56339275fb4ed239b639e83ee0e723 /source3 | |
parent | 6c1baa6f4ccbbbd27b8972e49d9ec448f0ad83ba (diff) | |
download | samba-03bf0d85a1a2d861cfb1eddad16583182765c977.tar.gz samba-03bf0d85a1a2d861cfb1eddad16583182765c977.tar.bz2 samba-03bf0d85a1a2d861cfb1eddad16583182765c977.zip |
r1332: Typo fix.
(This used to be commit 659ddcc4434afc302ebd3d48aca6b4ef68468eb2)
Diffstat (limited to 'source3')
-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 52e06b9360..05a9a3f0c5 100644 --- a/source3/include/debug.h +++ b/source3/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. */ |