summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-10-22 18:12:34 +0200
committerJakub Wilk <jwilk@jwilk.net>2016-10-22 18:12:34 +0200
commit43cab26ecee74aac666d5ba7a37da474f3982c7c (patch)
tree6cb5583643094dd7bb11a7d3bdf8b21aab265d95
parent54dbd3882da0e51f66d26f74b9adafad3ffdde7c (diff)
downloadsphinx-git-43cab26ecee74aac666d5ba7a37da474f3982c7c.tar.gz
Fix typos
-rw-r--r--sphinx/make_mode.py2
-rw-r--r--sphinx/templates/quickstart/Makefile_t2
-rw-r--r--sphinx/templates/quickstart/make.bat_t2
-rw-r--r--tests/root/Makefile2
4 files changed, 4 insertions, 4 deletions
diff --git a/sphinx/make_mode.py b/sphinx/make_mode.py
index 3bc8fa2a0..7ed0c83f2 100644
--- a/sphinx/make_mode.py
+++ b/sphinx/make_mode.py
@@ -34,7 +34,7 @@ BUILDERS = [
("", "singlehtml", "to make a single large HTML file"),
("", "pickle", "to make pickle files"),
("", "json", "to make JSON files"),
- ("", "htmlhelp", "to make HTML files and a HTML help project"),
+ ("", "htmlhelp", "to make HTML files and an HTML help project"),
("", "qthelp", "to make HTML files and a qthelp project"),
("", "devhelp", "to make HTML files and a Devhelp project"),
("", "epub", "to make an epub"),
diff --git a/sphinx/templates/quickstart/Makefile_t b/sphinx/templates/quickstart/Makefile_t
index b61c1df7e..5505f23f5 100644
--- a/sphinx/templates/quickstart/Makefile_t
+++ b/sphinx/templates/quickstart/Makefile_t
@@ -22,7 +22,7 @@ help:
@echo " singlehtml to make a single large HTML file"
@echo " pickle to make pickle files"
@echo " json to make JSON files"
- @echo " htmlhelp to make HTML files and a HTML help project"
+ @echo " htmlhelp to make HTML files and an HTML help project"
@echo " qthelp to make HTML files and a qthelp project"
@echo " applehelp to make an Apple Help Book"
@echo " devhelp to make HTML files and a Devhelp project"
diff --git a/sphinx/templates/quickstart/make.bat_t b/sphinx/templates/quickstart/make.bat_t
index 88a8fa9d9..dd9379d25 100644
--- a/sphinx/templates/quickstart/make.bat_t
+++ b/sphinx/templates/quickstart/make.bat_t
@@ -23,7 +23,7 @@ if "%1" == "help" (
echo. singlehtml to make a single large HTML file
echo. pickle to make pickle files
echo. json to make JSON files
- echo. htmlhelp to make HTML files and a HTML help project
+ echo. htmlhelp to make HTML files and an HTML help project
echo. qthelp to make HTML files and a qthelp project
echo. devhelp to make HTML files and a Devhelp project
echo. epub to make an epub
diff --git a/tests/root/Makefile b/tests/root/Makefile
index 7954bc7cb..7d5162fe7 100644
--- a/tests/root/Makefile
+++ b/tests/root/Makefile
@@ -17,7 +17,7 @@ help:
@echo "Please use \`make <target>' where <target> is one of"
@echo " html to make standalone HTML files"
@echo " pickle to make pickle files (usable by e.g. sphinx-web)"
- @echo " htmlhelp to make HTML files and a HTML help project"
+ @echo " htmlhelp to make HTML files and an HTML help project"
@echo " latex to make LaTeX files, you can set PAPER=a4 or PAPER=letter"
@echo " changes to make an overview over all changed/added/deprecated items"
@echo " linkcheck to check all external links for integrity"