summaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2020-08-15 21:37:35 +0200
committerOlivier Hallot <olivier.hallot@libreoffice.org>2020-08-16 16:32:02 +0200
commit3422c57c7f8b770def12ab81bf5cfd32749aa140 (patch)
tree63e32ba09acf97744e65fbe481afff65797030ef /source
parentb70626ee6892fa08ff71854ee5ac56716e2f7af4 (diff)
Fix typo
Change-Id: I43bea4f872ff58d0544114201703c5fd03f42328 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/100780 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'source')
-rw-r--r--source/text/sbasic/shared/ErrVBA.xhp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/ErrVBA.xhp b/source/text/sbasic/shared/ErrVBA.xhp
index 61170825d2..bdb81c02c7 100644
--- a/source/text/sbasic/shared/ErrVBA.xhp
+++ b/source/text/sbasic/shared/ErrVBA.xhp
@@ -68,7 +68,7 @@
<paragraph role="bascode" id="N0039" localize="false"> Dim aDesc As String : aDesc = Space(80)</paragraph>
<paragraph role="bascode" id="N003A" localize="false"> On Local Error GoTo AlertAndExecNext</paragraph>
<paragraph role="bascode" id="N0040" localize="false"> Err.Raise(91, &quot;ThrowErrors&quot;, Error(91))</paragraph>
- <paragraph role="bascode" id="N0041" xml-lang="en-US"> Err.Raise 2020, Description:=&quot;This is an intented user-defined error …&quot;</paragraph>
+ <paragraph role="bascode" id="N0041" xml-lang="en-US"> Err.Raise 2020, Description:=&quot;This is an intended user-defined error …&quot;</paragraph>
<paragraph role="bascode" id="N0042" localize="false"> Err.Raise(4096, &quot;Standard.Module1.ThrowErrors&quot;, aDesc)</paragraph>
<paragraph role="bascode" id="N0043" localize="false"> Exit Sub</paragraph>
<paragraph role="bascode" id="N0044" localize="false">AlertAndExecNext:</paragraph>