From 8d2f282abeb0b701f7c49000d5433462bbda8602 Mon Sep 17 00:00:00 2001 From: Christian Lohmaier Date: Mon, 4 Jul 2016 12:20:48 +0200 Subject: typo: emtpy → empty MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I60cdcdc7fc38c175243c071f34295efa8739b717 --- testtools/source/performance/ubtest.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testtools') diff --git a/testtools/source/performance/ubtest.cxx b/testtools/source/performance/ubtest.cxx index abc532fd5b97..5b1ebeed6d0d 100644 --- a/testtools/source/performance/ubtest.cxx +++ b/testtools/source/performance/ubtest.cxx @@ -786,7 +786,7 @@ static void benchmark( while (i--) xBench->setString( aDummyString ); tEnd = getSystemTicks(); - rSheet.insert( "6c: setString() call (emtpy)", nLoop, tEnd - tStart ); + rSheet.insert( "6c: setString() call (empty)", nLoop, tEnd - tStart ); i = nLoop; tStart = getSystemTicks(); while (i--) -- cgit