summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2018-08-30 11:28:57 +0200
committerJens Carl <j.carl43@gmx.de>2018-08-30 18:35:48 +0200
commit99c95cc9fbff0e2cc60152f97d4826a07a8a6ba7 (patch)
tree54143314b8616e1c9b4abdea0e9ee1ff66fafb2f /test
parenteac4bd8e3c84ba4afe153e42cc82b263f62b5e11 (diff)
Fix typo
Change-Id: Ib7d79f9ea2192e798891ea1c2a9d547c8ddf3574 Reviewed-on: https://gerrit.libreoffice.org/59790 Tested-by: Jenkins Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'test')
-rw-r--r--test/source/table/xcellcursor.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/table/xcellcursor.cxx b/test/source/table/xcellcursor.cxx
index 40e70b6ec352..a5c9ac446207 100644
--- a/test/source/table/xcellcursor.cxx
+++ b/test/source/table/xcellcursor.cxx
@@ -42,7 +42,7 @@ void XCellCursor::testGoToNext()
aCellRangeAddr = xCellRangeAddressable->getRangeAddress();
const sal_Int32 startCol2 = aCellRangeAddr.StartColumn;
- CPPUNIT_ASSERT_MESSAGE("Sucessfully able to go to Next", startCol != startCol2);
+ CPPUNIT_ASSERT_MESSAGE("Successfully able to go to Next", startCol != startCol2);
}
void XCellCursor::testGoToOffset()