summaryrefslogtreecommitdiffstats
path: root/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-24 13:21:23 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-25 07:05:13 +0200
commit4a88cba2eda6b9dac30c31f213c4e082b2d626bb (patch)
treea045d9b7c7136060e95c95b5008b363ec9c976d0 /basic
parentFix typo (diff)
downloadcore-4a88cba2eda6b9dac30c31f213c4e082b2d626bb.tar.gz
core-4a88cba2eda6b9dac30c31f213c4e082b2d626bb.zip
Fix typo
Change-Id: I7db23f84a3de4772b38c9538704f501a9169ce09 Reviewed-on: https://gerrit.libreoffice.org/71267 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/runtime.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/runtime.cxx b/basic/source/runtime/runtime.cxx
index 0e1ace2e349b..846b6c5765e2 100644
--- a/basic/source/runtime/runtime.cxx
+++ b/basic/source/runtime/runtime.cxx
@@ -4130,7 +4130,7 @@ void SbiRuntime::StepCALLC( sal_uInt32 nOp1, sal_uInt32 nOp2 )
void SbiRuntime::StepSTMNT( sal_uInt32 nOp1, sal_uInt32 nOp2 )
{
- // If the Expr-Stack at the beginning of a statement constains a variable,
+ // If the Expr-Stack at the beginning of a statement contains a variable,
// some fool has called X as a function, although it's a variable!
bool bFatalExpr = false;
OUString sUnknownMethodName;