diff options
Diffstat (limited to 'basic/source/runtime/step2.cxx')
-rw-r--r-- | basic/source/runtime/step2.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/step2.cxx b/basic/source/runtime/step2.cxx index db5ddc59ee56..3a5c1314f28c 100644 --- a/basic/source/runtime/step2.cxx +++ b/basic/source/runtime/step2.cxx @@ -81,7 +81,7 @@ SbxVariable* SbiRuntime::FindElement { // emulate pcode here StepARGC(); - // psuedo StepLOADSC + // pseudo StepLOADSC String sArg = aName.Copy( 1, aName.Len() - 2 ); SbxVariable* p = new SbxVariable; p->PutString( sArg ); |