diff options
author | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-07-04 12:20:48 +0200 |
---|---|---|
committer | Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> | 2016-07-04 12:20:48 +0200 |
commit | 8d2f282abeb0b701f7c49000d5433462bbda8602 (patch) | |
tree | 5cb035a49643f3e41914c535aa43ff43aa2f2f7f /testtools | |
parent | 39979c8f38c01f11b5223f8a5dab5b4b43ff5cc7 (diff) |
typo: emtpy → empty
Change-Id: I60cdcdc7fc38c175243c071f34295efa8739b717
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--) |