From c4a18626d14426cbd8884d1028eb248fe3b21c44 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 18 Jan 2018 16:21:29 +0100 Subject: Fix typos Change-Id: Idcdc1e802dcca33aa2ed2499d4c5c4d15767026f Reviewed-on: https://gerrit.libreoffice.org/48138 Reviewed-by: Gabor Kelemen Tested-by: Gabor Kelemen --- source/text/shared/00/00000001.xhp | 2 +- wiki-to-help/convert.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/source/text/shared/00/00000001.xhp b/source/text/shared/00/00000001.xhp index 0dc54f149b..7355b94b25 100644 --- a/source/text/shared/00/00000001.xhp +++ b/source/text/shared/00/00000001.xhp @@ -217,7 +217,7 @@ Resets changes made to the current tab to those applicable when this dialog was opened. A confirmation query does not appear when you close the dialog.
- Resetwhats this? + Resetwhat's this? Resets modified values back to the default values. A confirmation query does not appear. If you confirm the dialog with OK all settings in this dialog are reset.
diff --git a/wiki-to-help/convert.py b/wiki-to-help/convert.py index 323a834d19..8304308746 100755 --- a/wiki-to-help/convert.py +++ b/wiki-to-help/convert.py @@ -204,7 +204,7 @@ class Converter(object): """ Private. Copies @startpage to our tmp dir so that it will be used as the start page. - @return False if @startpage doesnt exist, otherwise True. + @return False if @startpage doesn't exist, otherwise True. """ if startpage is None: return True filename="index.html" -- cgit