980785fe428b1ce76aebf02d6cc5e4e25f78c352
galt
  Tue Mar 8 13:32:29 2016 -0800
fix typo in hgBlat code comment

diff --git src/hg/hgBlat/hgBlat.c src/hg/hgBlat/hgBlat.c
index 7170b46..03b96b3 100644
--- src/hg/hgBlat/hgBlat.c
+++ src/hg/hgBlat/hgBlat.c
@@ -558,31 +558,31 @@
 	    {
 	    seq->size = aaFilteredSize(seq->dna);
 	    aaFilter(seq->dna, seq->dna);
 	    toUpperN(seq->dna, seq->size);
 	    }
 	qIsProt = TRUE;
 	}
     }
 if (seqList != NULL && seqList->name[0] == 0)
     {
     freeMem(seqList->name);
     seqList->name = cloneString("YourSeq");
     }
 trimUniq(seqList);
 
-/* If feeling lucky only do the first on. */
+/* If feeling lucky only do the first one. */
 if(feelingLucky && seqList != NULL)
     {
     seqList->next = NULL;
     }
 
 /* Figure out size allowed. */
 maxSingleSize = (isTx ? 10000 : 75000);
 maxTotalSize = maxSingleSize * 2.5;
 #ifdef LOWELAB
 maxSeqCount = 200;
 #else
 maxSeqCount = 25;
 #endif
 
 /* Create temporary file to store sequence. */