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/hg/lib/customTrack.c src/hg/lib/customTrack.c
index ab91741..912de8f 100644
--- src/hg/lib/customTrack.c
+++ src/hg/lib/customTrack.c
@@ -1,27 +1,27 @@
 /* Data structure for dealing with custom tracks in the browser.
  * See also customFactory, which is where the parsing is done. */
 
 /* Copyright (C) 2014 The Regents of the University of California 
  * See README in this or parent directory for licensing information. */
 
 #include "common.h"
 #include "hash.h"
 #include "obscure.h"
 #include "memalloc.h"
 #include "portable.h"
-#include "errabort.h"
+#include "errAbort.h"
 #include "errCatch.h"
 #include "linefile.h"
 #include "sqlList.h"
 #include "jksql.h"
 #include "customTrack.h"
 #include "ctgPos.h"
 #include "psl.h"
 #include "gff.h"
 #include "genePred.h"
 #include "net.h"
 #include "hdb.h"
 #include "hui.h"
 #include "cheapcgi.h"
 #include "wiggle.h"
 #include "hgConfig.h"