[jbosscache-commits] JBoss Cache SVN: r5234 - benchmarks/benchmark-fwk/trunk/src/org/cachebench/reportgenerators.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Thu Jan 24 11:17:46 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-01-24 11:17:46 -0500 (Thu, 24 Jan 2008)
New Revision: 5234

Modified:
   benchmarks/benchmark-fwk/trunk/src/org/cachebench/reportgenerators/CsvSessionSimlatorReportGenerator.java
Log:
Fixed typos

Modified: benchmarks/benchmark-fwk/trunk/src/org/cachebench/reportgenerators/CsvSessionSimlatorReportGenerator.java
===================================================================
--- benchmarks/benchmark-fwk/trunk/src/org/cachebench/reportgenerators/CsvSessionSimlatorReportGenerator.java	2008-01-24 16:14:41 UTC (rev 5233)
+++ benchmarks/benchmark-fwk/trunk/src/org/cachebench/reportgenerators/CsvSessionSimlatorReportGenerator.java	2008-01-24 16:17:46 UTC (rev 5234)
@@ -57,7 +57,7 @@
    protected void writeHeaderLine(BufferedWriter writer) throws IOException
    {
       log.debug("Write the Report Header");
-      writer.write("TEST NAME, TEST DATE, REQ PER SEC, BYTES READ, BYTES WRITTEN, DURRATION, TOTOAL OPERATION COUNT, READ COUNT, WRITE COUNT" );
+      writer.write("TEST NAME, TEST DATE, REQ PER SEC, BYTES READ, BYTES WRITTEN, DURATION, TOTAL OPERATION COUNT, READ COUNT, WRITE COUNT" );
       writer.newLine();
       log.debug("Complted the Report Header");
 




More information about the jbosscache-commits mailing list