src/blat/blat.c 1.116

1.116 2010/03/10 19:21:46 galt
fixed typo
Index: src/blat/blat.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/blat/blat.c,v
retrieving revision 1.115
retrieving revision 1.116
diff -b -B -U 4 -r1.115 -r1.116
--- src/blat/blat.c	9 Oct 2009 19:35:06 -0000	1.115
+++ src/blat/blat.c	10 Mar 2010 19:21:46 -0000	1.116
@@ -687,9 +687,9 @@
         qIsProtLike = FALSE;
 	break;
     }
 if ((tIsProtLike ^ qIsProtLike) != 0)
-    errAbort("d and q must both be either protein or dna");
+    errAbort("t and q must both be either protein or dna");
 
 /* Set default tile size for protein-based comparisons. */
 if (tIsProtLike)
     {