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/utils/fastaToPsl/fastaToPsl.c src/utils/fastaToPsl/fastaToPsl.c
index 5fcbe2b..bd50f8d 100644
--- src/utils/fastaToPsl/fastaToPsl.c
+++ src/utils/fastaToPsl/fastaToPsl.c
@@ -1,26 +1,26 @@
 /* fastaToPsl - Convert FASTA alignments to PSL format. */
 
 /* Copyright (C) 2010 The Regents of the University of California 
  * See README in this or parent directory for licensing information. */
 #include "common.h"
 #include "fa.h"
 #include "linefile.h"
 #include "hash.h"
 #include "options.h"
 #include "dystring.h"
-#include "errabort.h"
+#include "errAbort.h"
 #include "psl.h"
 #include "sqlNum.h"
 #include "obscure.h"
 
 void usage()
 /* Explain usage and exit. */
 {
 errAbort(
   "fastaToPsl - Convert FASTA pair alignments to PSL format\n"
   "usage:\n"
   "   fastaToPsl  in.fasta out.psl\n"
   "\n"
   "If there are more than two sequences in the FASTA alignment.\n"
   "the first sequence is use as the query and the rest of the\n"
   "sequences are iterated over as the target to create a series\n"