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/lib/tests/mimeDecodeTest.c src/lib/tests/mimeDecodeTest.c
index d3aa6fd..ffa28e4 100644
--- src/lib/tests/mimeDecodeTest.c
+++ src/lib/tests/mimeDecodeTest.c
@@ -1,24 +1,24 @@
 /* mimeDecodeTest.c for parsing MIME from a descriptor (stdin).
  *
  * This file is copyright 2006 Galt Barber, but license is hereby
  * granted for all use - public, private or commercial. */
 
 #include "common.h"
 #include "options.h"
 #include "dystring.h"
-#include "errabort.h"
+#include "errAbort.h"
 #include "hash.h"
 #include "cheapcgi.h"
 #include "mime.h"
 #include "base64.h"
 #include "quotedP.h"
 
 /* 
  * Note: MIME is a nested structure that makes a tree that streams in depth-first.
  */
 
 int noNameCount = 0;
 char noName[256];
 char outPath[256];
 
 char *altHeader = NULL;