372b7cc0781a079e0b264e0b2b7758eb8712bff2
hiram
  Thu May 9 10:48:15 2019 -0700
Two is actually Too refs #18869

diff --git src/hg/hubApi/dataApi.h src/hg/hubApi/dataApi.h
index b8946ab..2b6dea8 100644
--- src/hg/hubApi/dataApi.h
+++ src/hg/hubApi/dataApi.h
@@ -32,31 +32,31 @@
 #include "wiggle.h"
 #include "hubPublic.h"
 
 #ifdef USE_HAL
 #include "halBlockViz.h"
 #endif
 
 /* error return codes */
 #define err301	301
 #define err301Msg	"Moved Permanently"
 #define err400	400
 #define err400Msg	"Bad Request"
 #define err404	404
 #define err404Msg	"Not Found"
 #define err429	429
-#define err429Msg	"Two Many Requests"
+#define err429Msg	"Too Many Requests"
 
 /* maximum number of words expected in PATH_INFO parsing
  *   so far only using 2
  */
 #define MAX_PATH_INFO 32
 
 /* maximum amount of DNA allowed in a get sequence request */
 #define MAX_DNA_LENGTH	499999999
 /* this size is directly related to the max limit in needMem used in
  * jsonWriteString
  */
 
 extern long enteredMainTime;	/* will become = clock1000() on entry */
 
 /* limit amount of output to a maximum to avoid overload */