summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-07 12:47:36 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-08 07:34:36 +0200
commit65922c2631bf2a0f7be25b0ae97727634f009ce8 (patch)
treeb5c6342d78c71f35a7d5c7145dd0bca534b84ab2 /basic
parentf3fc127dc007f32355859ae4fc7d34916c500a18 (diff)
Fix typo
Change-Id: I7b9802f224b497004df8cce7abd2bb8e52c79128 Reviewed-on: https://gerrit.libreoffice.org/70395 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basic')
-rw-r--r--basic/source/runtime/methods.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/basic/source/runtime/methods.cxx b/basic/source/runtime/methods.cxx
index 3a6bbc2715a5..6ff4a23a2500 100644
--- a/basic/source/runtime/methods.cxx
+++ b/basic/source/runtime/methods.cxx
@@ -225,7 +225,7 @@ void SbRtl_Error(StarBASIC * pBasic, SbxArray & rPar, bool)
StarBASIC::MakeErrorText( nErr, aErrorMsg );
tmpErrMsg = StarBASIC::GetErrorText();
}
- // If this rtlfunc 'Error' passed a errcode the same as the active Err Objects's
+ // If this rtlfunc 'Error' passed an errcode the same as the active Err Objects's
// current err then return the description for the error message if it is set
// ( complicated isn't it ? )
if ( bVBA && rPar.Count() > 1 )