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/parasol/paraHub/paraHub.c src/parasol/paraHub/paraHub.c
index 58c3002..39071cb 100644
--- src/parasol/paraHub/paraHub.c
+++ src/parasol/paraHub/paraHub.c
@@ -56,31 +56,31 @@
  *         won't find anything new to run in the heartbeat, but this
  *         is put here mostly just in case of unforseen issues.)
  *    o -  It calls graveDigger, a routine which sees if machines
  *         on the dead list have come back to life.
  *    o -  It calls hangman, a routine which sees if jobs the system
  *         thinks have been running for a long time are still 
  *         running on the machine they have been assigned to.
  *         If the machine has gone down it is moved to the dead list
  *         and the job is reassigned. 
  */
 
 #include "paraCommon.h"
 #include "options.h"
 #include "linefile.h"
 #include "hash.h"
-#include "errabort.h"
+#include "errAbort.h"
 #include "dystring.h"
 #include "dlist.h"
 #include "net.h"
 #include "internet.h"
 #include "paraHub.h"
 #include "machSpec.h"
 #include "log.h"
 #include "obscure.h"
 #include "sqlNum.h"
 
 
 /* command line option specifications */
 static struct optionSpec optionSpecs[] = {
     {"spokes", OPTION_INT},
     {"jobCheckPeriod", OPTION_INT},