6e5ee11ca95cd971984038cf65bae00d9c898707
galt
  Wed Jun 4 15:40:02 2014 -0700
Since we have git, it is easy to rename errabort.c to errAbort.c without losing any history.
diff --git src/jkOwnLib/genoFind.c src/jkOwnLib/genoFind.c
index e0d14c6..604746d 100644
--- src/jkOwnLib/genoFind.c
+++ src/jkOwnLib/genoFind.c
@@ -1,28 +1,28 @@
 /* genoFind - Quickly find where DNA occurs in genome.. */
 /* Copyright 2001-2005 Jim Kent.  All rights reserved. */
 
 #include "common.h"
 #include <signal.h>
 #include "obscure.h"
 #include "dnautil.h"
 #include "dnaseq.h"
 #include "nib.h"
 #include "twoBit.h"
 #include "fa.h"
 #include "dystring.h"
-#include "errabort.h"
+#include "errAbort.h"
 #include "sig.h"
 #include "ooc.h"
 #include "genoFind.h"
 #include "trans3.h"
 #include "binRange.h"
 
 
 char *gfSignature()
 /* Return signature that starts each command to gfServer. Helps defend 
  * server from confused clients. */
 {
 static char signature[] = "0ddf270562684f29";
 return signature;
 }