diff options
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> |