diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2018-01-02 21:50:28 +0100 |
---|---|---|
committer | Olivier Hallot <olivier.hallot@libreoffice.org> | 2018-01-05 23:21:28 +0100 |
commit | e3dc182b9dda0ba1a0e42dcea00e4d3b01e4b34f (patch) | |
tree | 31c9a59fe50c307fb788dee506b7c8371f125dca /wiki-to-help | |
parent | f1126fd812d5f812803f666f7fb4bcd5024c9772 (diff) |
Fix typos
Change-Id: I4ab0df8ed7f3d8ac95f28220c9b4f59e2a6a1eb2
Reviewed-on: https://gerrit.libreoffice.org/47281
Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
Diffstat (limited to 'wiki-to-help')
-rwxr-xr-x | wiki-to-help/HHC/install_hhc.sh | 2 | ||||
-rw-r--r-- | wiki-to-help/metabook.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/wiki-to-help/HHC/install_hhc.sh b/wiki-to-help/HHC/install_hhc.sh index 619e65aa64..eefbc2a92f 100755 --- a/wiki-to-help/HHC/install_hhc.sh +++ b/wiki-to-help/HHC/install_hhc.sh @@ -9,7 +9,7 @@ # Usage of HHC: wine c:\\htmlhelp\\hhc.exe c:\\test\\htmlhelp.hhp # # Changes: Set installation directory to c:\htmlhelp -# Copy also itcc.dll, this is neccessary +# Copy also itcc.dll, this is necessary # No execution of htmlhelp.exe installer needed # Abortion of install if anything fails, e.g. the download of HHC. # diff --git a/wiki-to-help/metabook.py b/wiki-to-help/metabook.py index c6f05008cd..c0ce855bf7 100644 --- a/wiki-to-help/metabook.py +++ b/wiki-to-help/metabook.py @@ -42,7 +42,7 @@ class Metabook(object): def getClone(self): m = Metabook() - m.template = self.template # No copy() neccessary here + m.template = self.template # No copy() necessary here m.ArticleClass = self.ArticleClass m.artTags = self.artTags #m.m = self.m.copy() |