summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2008-02-11 12:39:47 +0100
committerJelmer Vernooij <jelmer@samba.org>2008-02-11 15:19:24 +0100
commite54f9c77492827242a8857e95c552a6b94bdb959 (patch)
tree65a1b1b06dec3df3d63d88b18ea87e331e8d0fc0 /source4
parent604a0af3a7694deaea880f3ee4d4482803474970 (diff)
downloadsamba-e54f9c77492827242a8857e95c552a6b94bdb959.tar.gz
samba-e54f9c77492827242a8857e95c552a6b94bdb959.tar.bz2
samba-e54f9c77492827242a8857e95c552a6b94bdb959.zip
Fix typo.
(This used to be commit a5db115dc6827896c66fe08554b3fe7185eea52f)
Diffstat (limited to 'source4')
-rw-r--r--source4/lib/util/fault.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/lib/util/fault.c b/source4/lib/util/fault.c
index cd347a5ef9..cb51cbd859 100644
--- a/source4/lib/util/fault.c
+++ b/source4/lib/util/fault.c
@@ -178,7 +178,7 @@ _NORETURN_ static void sig_fault(int sig)
/* we have a fault handler, call it. It may not return. */
fault_handlers.fault_handler(sig);
}
- /* If it returns or doean't exist, use regular reporter */
+ /* If it returns or doesn't exist, use regular reporter */
fault_report(sig);
}