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/blatz/standalone.c src/blatz/standalone.c
index b148f02..61a031d 100644
--- src/blatz/standalone.c
+++ src/blatz/standalone.c
@@ -1,23 +1,23 @@
 /* Blatz standalone main module.  Handle command-line processing, load sequence 
  * and call alignment routines. */
 /* Copyright 2005 Jim Kent.  All rights reserved. */
 
 #include "common.h"
 #include "hash.h"
 #include "options.h"
-#include "errabort.h"
+#include "errAbort.h"
 #include "memalloc.h"
 #include "dnautil.h"
 #include "dnaseq.h"
 #include "chain.h"
 #include "fa.h"
 #include "dnaLoad.h"
 #include "bzp.h"
 #include "blatz.h"
 #include "dynamic.h" // LX Sep 06 2005
 
 void usage(struct bzp *bzp)
 /* Explain usage and exit. */
 {
 printf("blatz version %d - Align dna across species\n", bzpVersion());
 printf("usage:\n");