[Libreoffice-commits] core.git: test/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Aug 30 16:36:12 UTC 2018
test/source/table/xcellcursor.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 99c95cc9fbff0e2cc60152f97d4826a07a8a6ba7
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Aug 30 11:28:57 2018 +0200
Commit: Jens Carl <j.carl43 at gmx.de>
CommitDate: Thu Aug 30 18:35:48 2018 +0200
Fix typo
Change-Id: Ib7d79f9ea2192e798891ea1c2a9d547c8ddf3574
Reviewed-on: https://gerrit.libreoffice.org/59790
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43 at gmx.de>
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()
More information about the Libreoffice-commits
mailing list