diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2017-09-19 10:09:22 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2018-01-03 04:33:49 +0100 |
commit | 7c78c30b297d368b94ab82f761c032b59f225c06 (patch) | |
tree | f427f09846a8260c6486df6babf1694234c606b6 /wiki-to-help | |
parent | 1228aaeb66e050dfacd1ac57ec785bc2e13997df (diff) |
Fix typos
Change-Id: I7ef82f8d2896f3687be1aacfd08b8cf0d0d6e105
Reviewed-on: https://gerrit.libreoffice.org/47273
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Diffstat (limited to 'wiki-to-help')
-rwxr-xr-x | wiki-to-help/HHC/install_hhc.sh | 4 | ||||
-rw-r--r-- | wiki-to-help/hhc.py | 2 | ||||
-rw-r--r-- | wiki-to-help/mwlib_mods/docbook_table_tags.py | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/wiki-to-help/HHC/install_hhc.sh b/wiki-to-help/HHC/install_hhc.sh index 344ccbd5b0..619e65aa64 100755 --- a/wiki-to-help/HHC/install_hhc.sh +++ b/wiki-to-help/HHC/install_hhc.sh @@ -1,7 +1,7 @@ #!/bin/bash -e # -e Exit immediately if a command exits with a non-zero status. -# This installs Microsofts HHC (HTML Help Compiler) +# This installs Microsoft HHC (HTML Help Compiler) # Copyright 2011 Timo Richter and others. # Licensed under GNU GPLv3 # Depends on: wine, wget, cabextract @@ -36,7 +36,7 @@ cd "$HHDIR" # Install HTML Help Workshop wget -O htmlhelp.exe 'http://go.microsoft.com/fwlink/?LinkId=14188' -# unneccessary +# unnecessary #wine htmlhelp.exe cabextract -F hhc.exe htmlhelp.exe diff --git a/wiki-to-help/hhc.py b/wiki-to-help/hhc.py index dc7a54daaa..de9879c25f 100644 --- a/wiki-to-help/hhc.py +++ b/wiki-to-help/hhc.py @@ -40,7 +40,7 @@ class Wine(object): def __init__(self,workingDir,driveletter,args={}): """ Setup the wine environment. Granting access so that wine is able - @workingDir will be accessable via @driveletter + @workingDir will be accessible via @driveletter @args Arguments for Executor as dict (**args) E.g. Wine("/tmp/dir","j:") """ diff --git a/wiki-to-help/mwlib_mods/docbook_table_tags.py b/wiki-to-help/mwlib_mods/docbook_table_tags.py index 7ec527b753..37eb8a5fa4 100644 --- a/wiki-to-help/mwlib_mods/docbook_table_tags.py +++ b/wiki-to-help/mwlib_mods/docbook_table_tags.py @@ -35,7 +35,7 @@ Example of a docbook table: <entry>b2</entry> <entry>b3</entry> <entry>b4</entry> - <entry morerows='1' valign='middle'><para> <!-- Pernicous Mixed Content --> + <entry morerows='1' valign='middle'><para> <!-- Pernicious Mixed Content --> Vertical Span</para></entry> </row> <row> |