diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-10 16:01:48 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-04-10 16:04:05 +0200 |
commit | f4753fb3ec81fa4069a024dcd3030e740ccdfdca (patch) | |
tree | c4bd27211e2171365340ba141363480062c0ba93 | |
parent | a39ba490a12ab784a2a9d6513f8e27cbf1d9f665 (diff) |
Fix typo
Change-Id: I0219b40a90e82c5e4cd0d0bca4e3816eb837c6cf
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/92038
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/sbasic/shared/Resume.xhp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source/text/sbasic/shared/Resume.xhp b/source/text/sbasic/shared/Resume.xhp index 7beae506a3..c7e46b901f 100644 --- a/source/text/sbasic/shared/Resume.xhp +++ b/source/text/sbasic/shared/Resume.xhp @@ -37,7 +37,7 @@ <listitem><paragraph id="par_id81586333580520" role="listitem"><literal>Err</literal>: Error number.</paragraph></listitem> <listitem><paragraph id="par_id721586333586263" role="listitem"><literal>Error[$]</literal>: Error description.</paragraph></listitem> </list> - <tip id="par_id941586091561618">Using <emph>Resume</emph> to reset error information prevents the propogation of the handled condition to calling routines.</tip> + <tip id="par_id941586091561618">Using <emph>Resume</emph> to reset error information prevents the propagation of the handled condition to calling routines.</tip> <embed href="text/sbasic/shared/00000003.xhp#errorcode"/> <embed href="text/sbasic/shared/00000003.xhp#err20"/> <h2 id="hd_id441586092960246">Examples:</h2> |