diff options
author | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-08-30 15:19:23 +0200 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2020-08-30 22:01:48 +0200 |
commit | aeb5cc458fce90b7f5c02128e95bad89f92b3efd (patch) | |
tree | a2f96bbcb97d6a9eb830613f8bb9a4ccc4097cb1 | |
parent | da7d4570411ec5324a68e4e3a671fde9f66355c8 (diff) |
Typo.
Change-Id: I6706a7811e93de08281900012a302e6431caa899
Reviewed-on: https://gerrit.libreoffice.org/c/help/+/101668
Tested-by: Jenkins
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
-rw-r--r-- | source/text/shared/05/err_html.xhp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/source/text/shared/05/err_html.xhp b/source/text/shared/05/err_html.xhp index 4466224315..1fd8a27b5c 100644 --- a/source/text/shared/05/err_html.xhp +++ b/source/text/shared/05/err_html.xhp @@ -32,15 +32,15 @@ <paragraph role="paragraph" id="par_id3147088" xml-lang="en-US">That is an error. Possible causes are:</paragraph> <list type="unordered"> <listitem> - <paragraph id="par_id131592238966436" role="listitem">The page does not exists and must be created.</paragraph> + <paragraph id="par_id131592238966436" role="listitem">The page does not exist and must be created.</paragraph> </listitem> <listitem> - <paragraph id="par_id201592238985883" role="listitem">The page exists, but the Help ID is wrong or missing.</paragraph> + <paragraph id="par_id201592238985883" role="listitem">The page exist, but the Help ID is wrong or missing.</paragraph> </listitem> </list> <paragraph role="paragraph" id="par_id761592239118086">Use the Module, Contents, Index and Search selectors to find the right page.</paragraph> <paragraph role="paragraph" id="par_id971592240070356">The following data could be helpful in locating the error:</paragraph> - <paragraph role="paragraph" id="par_id3143268" xml-lang="en-US">Help ID: <emph><help-id-missing/></emph></paragraph> +<paragraph role="paragraph" id="par_id3143268" xml-lang="en-US">Help ID: <emph><help-id-missing/></emph></paragraph> </body> </helpdocument> |