diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-02-11 12:39:47 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-02-11 12:39:47 +0100 |
commit | e0a5fb8a9be9f3002d6f73c272793a75fa71d313 (patch) | |
tree | 740eb1fff1fed0a44c05555227bee66bb26289e5 /source4/lib/util | |
parent | 105c6fec24c0775fde548c32d87b7e482a0edff3 (diff) | |
download | samba-e0a5fb8a9be9f3002d6f73c272793a75fa71d313.tar.gz samba-e0a5fb8a9be9f3002d6f73c272793a75fa71d313.tar.bz2 samba-e0a5fb8a9be9f3002d6f73c272793a75fa71d313.zip |
Fix typo.
(This used to be commit 54e7d10fe0eb4837b00b9b049fbd59a56ee85bea)
Diffstat (limited to 'source4/lib/util')
-rw-r--r-- | source4/lib/util/fault.c | 2 |
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); } |