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/phyloGif/phyloGif.c src/hg/phyloGif/phyloGif.c
index 0da0300..dee4603 100644
--- src/hg/phyloGif/phyloGif.c
+++ src/hg/phyloGif/phyloGif.c
@@ -44,42 +44,42 @@
 	  ((tetraodon_tetNig1:0.199,fugu_fr1:0.239):0.493,
 	      zebrafish_danRer3:0.783):0.156);
 </textarea></td></tr>
 <tr><td>&nbsp;</td><td><INPUT type="submit" name="phyloGif_submit" value="submit"></td></tr>
 </table>
 </form>
  
  */
 
 
 #include "common.h"
 #include "linefile.h"
 #include "dystring.h"
 #include "net.h"
 #include "cheapcgi.h"
-#include "errabort.h"
+#include "errAbort.h"
 #include "phyloTree.h"
 #include "portable.h"
 #include "memgfx.h"
 
 #include "cart.h"
 #include "hui.h"
 #include "htmshell.h"
 #include "web.h"
 
 
-#include "errabort.h"
+#include "errAbort.h"
 #include "errCatch.h"
 
 
 struct cart *cart=NULL;      /* The user's ui state. */
 struct hash *oldVars = NULL;
 boolean onWeb = FALSE;
 
 int width=240,height=512;
 boolean branchLengths = FALSE;  /* branch lengths */
 boolean lengthLegend = FALSE;   /* length ruler*/
 boolean branchLabels = FALSE;   /* labelled branch lengths */
 boolean htmlPageWrapper = FALSE;  /* wrap output in an html page */
 boolean preserveUnderscores = FALSE;   /* preserve underscores in input as spaces in output */
 boolean monospace = FALSE;      /* use monospace font */
 int branchDecimals = 2;         /* show branch label length to two decimals by default */