src/lib/bwgCreate.c 1.13

1.13 2009/07/27 18:02:01 kent
Refactoring bedGraphToBigWig to put more code in libraries for reuse and to clean up some.
Index: src/lib/bwgCreate.c
===================================================================
RCS file: /projects/compbio/cvsroot/kent/src/lib/bwgCreate.c,v
retrieving revision 1.12
retrieving revision 1.13
diff -b -B -U 4 -r1.12 -r1.13
--- src/lib/bwgCreate.c	5 Feb 2009 20:45:05 -0000	1.12
+++ src/lib/bwgCreate.c	27 Jul 2009 18:02:01 -0000	1.13
@@ -910,9 +910,9 @@
     indexOffset, f);
 freez(&sectionArray);
 
 /* Write out summary sections. */
-verbose(2, "bwgCreate writting %d summaries\n", summaryCount);
+verbose(2, "bwgCreate writing %d summaries\n", summaryCount);
 for (i=0; i<summaryCount; ++i)
     {
     reductionDataOffsets[i] = ftell(f);
     reductionIndexOffsets[i] = bbiWriteSummaryAndIndex(reduceSummaries[i], blockSize, itemsPerSlot, f);