diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-05-18 12:52:24 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-05-18 14:26:38 +0200 |
commit | da552b29a4c894e02262c3ea26f231cf1a9a0858 (patch) | |
tree | 3691a774e1d578fdb5c59bdd223de7c4fa5707b3 /stoc | |
parent | d08d42fd7f10f2d2c1bb42dc2aed11693bd882be (diff) |
Fix typo in code
Change-Id: I66c0d8fc4d307c376af20673e756944626df907b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/94411
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
Diffstat (limited to 'stoc')
-rw-r--r-- | stoc/test/testiadapter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |