From e54f9c77492827242a8857e95c552a6b94bdb959 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Mon, 11 Feb 2008 12:39:47 +0100 Subject: [PATCH] Fix typo. (This used to be commit a5db115dc6827896c66fe08554b3fe7185eea52f) --- source4/lib/util/fault.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/lib/util/fault.c b/source4/lib/util/fault.c index cd347a5ef9f..cb51cbd859a 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); } -- 2.34.1