diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-08-05 12:22:11 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2018-08-13 21:47:54 +0200 |
commit | 60c55430211ba220e7a3348602c559897dc15908 (patch) | |
tree | 5767bbe4ca0022f6d522c3d0072f714fb7b331b1 /basic | |
parent | ff0d1b150ed6ca05f021daac52e5fcae8d9265ad (diff) |
Fix typos
Change-Id: I47725a9f56528a88cd3db1798eae954eff337560
Reviewed-on: https://gerrit.libreoffice.org/58611
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Jenkins
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 99612cbee157..9e4e632ba455 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -2884,7 +2884,7 @@ void SbiRuntime::StepPAD( sal_uInt32 nOp1 ) void SbiRuntime::StepJUMP( sal_uInt32 nOp1 ) { #ifdef DBG_UTIL - // #QUESTION shouln't this be + // #QUESTION shouldn't this be // if( (sal_uInt8*)( nOp1+pImagGetCode() ) >= pImg->GetCodeSize() ) if( nOp1 >= pImg->GetCodeSize() ) StarBASIC::FatalError( ERRCODE_BASIC_INTERNAL_ERROR ); |