8e0a4db9b5cf81ab6826ea086a6aca749934e5e9 angie Mon Aug 8 14:17:43 2016 -0700 Fixing typo caught by Christopher Lee. refs #17209 note-53 diff --git src/hg/hgTrackUi/hgTrackUi.c src/hg/hgTrackUi/hgTrackUi.c index 904d32b..b3c04ab 100644 --- src/hg/hgTrackUi/hgTrackUi.c +++ src/hg/hgTrackUi/hgTrackUi.c @@ -670,31 +670,31 @@ break; case snp125ColorSourceExceptions: excArraySize = snp132ExceptionArraySize; if (version < 135) excArraySize -= 2; snp125PrintColorSpec(tdb->track, "exceptions", snp132ExceptionVarName, FALSE, snp132ExceptionLabels, snp132ExceptionDefault, excArraySize); break; case snp125ColorSourceBitfields: snp125PrintColorSpec(tdb->track, "bitfields", snp132BitfieldVarName, FALSE, snp132BitfieldLabels, snp132BitfieldDefault, snp132BitfieldArraySize); break; case snp125ColorSourceAlleleFreq: - printf("
Items are be colored by allele frequency on a red-blue spectrum, " + printf("
Items are colored by allele frequency on a red-blue spectrum, " "with red representing rare alleles and blue representing common alleles. " "Items with no allele frequency data are colored black.
"); break; default: errAbort("Unrecognized value of enum snp125ColorSource (%d)", colorSourceCart); } jsEndCollapsibleSection(); } boolean snp125CheckMolTypeForMito(struct trackDb *tdb) /* Can't use version to determine whether the molType enum includes "mito" -- * check SQL column def. */ { boolean gotMito = FALSE; struct sqlConnection *conn = hAllocConn(database);