diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-03-18 15:36:19 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2017-03-19 10:05:45 +0000 |
commit | 47a9523f3fdc0bde2103e3c247fe9a74ab96af81 (patch) | |
tree | f4e9328c9563e9cb55fa2469108b2c28b3aec89d /basic/source/runtime | |
parent | 6b9498c65b0a549e97c287439131759aac3abc1b (diff) |
Fix typos + some German translations
Change-Id: I1c5bb725ffdf72363279436ad9bbb88064228253
Reviewed-on: https://gerrit.libreoffice.org/35406
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic/source/runtime')
-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 2e342c992c37..7f01c6d1ff9e 100644 --- a/basic/source/runtime/runtime.cxx +++ b/basic/source/runtime/runtime.cxx @@ -172,7 +172,7 @@ SbiRuntime::pStep0 SbiRuntime::aStep0[] = { // all opcodes without operands &SbiRuntime::StepERASE, // delete TOS // branch &SbiRuntime::StepSTOP, // program end - &SbiRuntime::StepINITFOR, // intitialize FOR-Variable + &SbiRuntime::StepINITFOR, // initialize FOR-Variable &SbiRuntime::StepNEXT, // increment FOR-Variable &SbiRuntime::StepCASE, // beginning CASE &SbiRuntime::StepENDCASE, // end CASE |