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/ctgToChromFa/ctgToChromFa.c src/hg/ctgToChromFa/ctgToChromFa.c
index 205f963..f462c32 100644
--- src/hg/ctgToChromFa/ctgToChromFa.c
+++ src/hg/ctgToChromFa/ctgToChromFa.c
@@ -1,26 +1,26 @@
 /* ctgToChromFa - convert contig level fa files to chromosome level. */
 
 /* Copyright (C) 2011 The Regents of the University of California 
  * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "cheapcgi.h"
 #include "linefile.h"
 #include "portable.h"
 #include "hash.h"
 #include "chromInserts.h"
-#include "errabort.h"
+#include "errAbort.h"
 
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "ctgToChromFa - convert contig level fa files to chromosome level\n"
   "usage:\n"
   "   ctgToChromFa chromName inserts chromDir ordered.lst outFile\n"
   "options:\n"
   "   spacing=number  - set spacing between contigs to number (default 200000)\n"
   "   lift=file.lft - set spacing between contigs from lift file. \n"
   "   -missOk - Warns rather than aborts on missing sequence\n"
   );
 }