summaryrefslogtreecommitdiff
path: root/wiki-to-help
diff options
context:
space:
mode:
Diffstat (limited to 'wiki-to-help')
-rwxr-xr-xwiki-to-help/HHC/install_hhc.sh2
-rw-r--r--wiki-to-help/metabook.py2
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()