stoc/test/testiadapter.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit da552b29a4c894e02262c3ea26f231cf1a9a0858 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon May 18 12:52:24 2020 +0200 Commit: Julien Nabet <[email protected]> CommitDate: Mon May 18 14:26:38 2020 +0200 Fix typo in code Change-Id: I66c0d8fc4d307c376af20673e756944626df907b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94411 Reviewed-by: Julien Nabet <[email protected]> Tested-by: Jenkins diff --git a/stoc/test/testiadapter.cxx b/stoc/test/testiadapter.cxx index ced8c836f5ea..1525032d2af3 100644 --- a/stoc/test/testiadapter.cxx +++ b/stoc/test/testiadapter.cxx @@ -924,7 +924,7 @@ sal_Bool raiseException( const Reference<XLanguageBindingTest > & xLBT ) { OSL_ENSURE( aExc.Message.startsWith("dum dum dum I dance around the circle..."), "### unexpected exception content!" ); - return aExc.Messag.startsWith("dum dum dum I dance around the circle..."); + return aExc.Message.startsWith("dum dum dum I dance around the circle..."); } return sal_False; } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
