diff options
Diffstat (limited to 'testtools')
-rw-r--r-- | testtools/source/performance/ubtest.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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--) |