summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--FAQ.txt2
-rw-r--r--docs/dev/repository.txt2
-rw-r--r--docutils/nodes.py2
-rw-r--r--test/functional/input/latex_cornercases.txt2
4 files changed, 4 insertions, 4 deletions
diff --git a/FAQ.txt b/FAQ.txt
index c5aa6386a..fce7f0627 100644
--- a/FAQ.txt
+++ b/FAQ.txt
@@ -189,7 +189,7 @@ taken with capitalization, to avoid confusion with "REST__", an
acronym for "Representational State Transfer".
The abbreviations "reSTX" and "rSTX"/"rstx" should **not** be used;
-they overemphasize reStructuredText's precedessor, Zope's
+they overemphasize reStructuredText's predecessor, Zope's
StructuredText.
__ http://en.wikipedia.org/wiki/Representational_State_Transfer
diff --git a/docs/dev/repository.txt b/docs/dev/repository.txt
index c718ce3e3..2bec88b4b 100644
--- a/docs/dev/repository.txt
+++ b/docs/dev/repository.txt
@@ -145,7 +145,7 @@ __ http://sourceforge.net/p/forge/documentation/svn/
Setting Up Your Subversion Client For Development
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-Before commiting changes to the repository, please ensure that the
+Before committing changes to the repository, please ensure that the
following lines are contained (and uncommented) in your local
~/.subversion/config file, so that new files are added with the
correct properties set::
diff --git a/docutils/nodes.py b/docutils/nodes.py
index 5c349042d..0d13cf775 100644
--- a/docutils/nodes.py
+++ b/docutils/nodes.py
@@ -2068,7 +2068,7 @@ class NodeFound(TreePruningException):
class StopTraversal(TreePruningException):
"""
- Stop the traversal alltogether. The current node's ``depart_...`` method
+ Stop the traversal altogether. The current node's ``depart_...`` method
is not affected. The parent nodes ``depart_...`` methods are also called
as usual. No other nodes are visited. This is an alternative to
NodeFound that does not cause exception handling to trickle up to the
diff --git a/test/functional/input/latex_cornercases.txt b/test/functional/input/latex_cornercases.txt
index ebb3d4d8d..d691daafc 100644
--- a/test/functional/input/latex_cornercases.txt
+++ b/test/functional/input/latex_cornercases.txt
@@ -58,7 +58,7 @@ Problem:
In LaTeX, "overwritten" cells need to be defined as empty cells.
-Docutils (similarily to HTML) uses is the "Exchange Table Model" (also known
+Docutils (similarly to HTML) uses is the "Exchange Table Model" (also known
as CALS tables, see docs/ref/soextblx.dtd) which defines only the remaining
cells in a row "affected" by multirow cells.