diff options
Diffstat (limited to 'basic')
-rw-r--r-- | basic/source/runtime/runtime.cxx | 2 |
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; |