summaryrefslogtreecommitdiff
path: root/docs/ref
diff options
context:
space:
mode:
authormilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-10-22 16:39:59 +0000
committermilde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04>2021-10-22 16:39:59 +0000
commitae730fc755ba289187daa47213f98d22f0856f68 (patch)
tree608a22cdd9ef78846f6811220a7341678895dbc9 /docs/ref
parentac6dc01f981e890bebafa57544be7adb52cc2abd (diff)
downloaddocutils-ae730fc755ba289187daa47213f98d22f0856f68.tar.gz
Fix spelling
git-svn-id: https://svn.code.sf.net/p/docutils/code/trunk/docutils@8860 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docs/ref')
-rw-r--r--docs/ref/rst/directives.txt6
-rw-r--r--docs/ref/rst/mathematics.txt6
-rw-r--r--docs/ref/rst/restructuredtext.txt2
-rw-r--r--docs/ref/rst/roles.txt2
-rw-r--r--docs/ref/soextblx.dtd6
-rw-r--r--docs/ref/transforms.txt2
6 files changed, 12 insertions, 12 deletions
diff --git a/docs/ref/rst/directives.txt b/docs/ref/rst/directives.txt
index ece53719c..623b08443 100644
--- a/docs/ref/rst/directives.txt
+++ b/docs/ref/rst/directives.txt
@@ -512,7 +512,7 @@ The following options are recognized:
``number-lines`` : [integer] (start line number)
Precede every line with a line number.
- The optional argument is the number of the first line (defaut 1).
+ The optional argument is the number of the first line (default 1).
and the common options class_ and name_.
@@ -902,7 +902,7 @@ and the common options class_ and name_.
.. [#whitespace-delim] Whitespace delimiters are supported only for external
CSV files.
-.. [#ASCII-char] With Python 2, the valuess for the ``delimiter``,
+.. [#ASCII-char] With Python 2, the values for the ``delimiter``,
``quote``, and ``escape`` options must be ASCII characters. (The csv
module does not support Unicode and all non-ASCII characters are
encoded as multi-byte utf-8 string). This limitation does not exist
@@ -1440,7 +1440,7 @@ The following options are recognized:
``number-lines`` : [integer] (start line number)
Precede every code line with a line number.
- The optional argument is the number of the first line (defaut 1).
+ The optional argument is the number of the first line (default 1).
Works only with ``code`` or ``literal``.
``encoding`` : string
diff --git a/docs/ref/rst/mathematics.txt b/docs/ref/rst/mathematics.txt
index 2e897cefe..52fd88e07 100644
--- a/docs/ref/rst/mathematics.txt
+++ b/docs/ref/rst/mathematics.txt
@@ -29,7 +29,7 @@ signs in a LaTeX document. [#math-syntax]_
If you put ``.. default-role:: math`` at the top of your
document, you can write ```x^2``` instead of the longer
version: ``:math:`x^2```. You can also introduce an
- abreviation like this ``.. role:: m(math)``. That will allow
+ abbreviation like this ``.. role:: m(math)``. That will allow
you to write ``:m:`x^2``` or ```x^2`:m:``.
@@ -621,7 +621,7 @@ For piecewise function definitions there is a ``cases`` environment:
Spacing commands
----------------
-Horizontal spacing of elements can be controled with the following
+Horizontal spacing of elements can be controlled with the following
commands:
.. class:: colwidths-auto
@@ -825,7 +825,7 @@ similar symbols like
.. math:: \lim_{n\to\infty} \sum_1^n \frac{1}{n}
-move to index postions: `\lim_{n\to\infty} \sum_1^n \frac{1}{n}`.
+move to index positions: `\lim_{n\to\infty} \sum_1^n \frac{1}{n}`.
Altering the placement of limits
--------------------------------
diff --git a/docs/ref/rst/restructuredtext.txt b/docs/ref/rst/restructuredtext.txt
index 7d18dda03..b2f0c7cbe 100644
--- a/docs/ref/rst/restructuredtext.txt
+++ b/docs/ref/rst/restructuredtext.txt
@@ -924,7 +924,7 @@ transformed to document bibliographic data. This bibliographic data
corresponds to the front matter of a book, such as the title page and
copyright page.
-.. [#] In additon to the document title and subtitle, also comments_,
+.. [#] In addition to the document title and subtitle, also comments_,
`substitution definitions`_, `hyperlink targets`_, and "header",
"footer", "meta", and "raw" directives_ may be placed before the
bibliographic fields.
diff --git a/docs/ref/rst/roles.txt b/docs/ref/rst/roles.txt
index ef3735514..221bbc6a6 100644
--- a/docs/ref/rst/roles.txt
+++ b/docs/ref/rst/roles.txt
@@ -212,7 +212,7 @@ This is equivalent to::
.. [#] You can link to a specific section by saying
``:rfc:`number#anchor```. (New in Docutils 0.15.)
- .. Warning:: The anchor (anything follwing a ``#``) is appended to
+ .. Warning:: The anchor (anything following a ``#``) is appended to
the reference without any checks and not shown in the link text.
It is recommended to use `hyperlink references`_ for
diff --git a/docs/ref/soextblx.dtd b/docs/ref/soextblx.dtd
index 56ba311ba..de414e020 100644
--- a/docs/ref/soextblx.dtd
+++ b/docs/ref/soextblx.dtd
@@ -54,12 +54,12 @@
The following parameter entity has been added:
- tbl.thead.att
- This entity parameterizes the attributes on thead. It replaces
+ This entity parametrizes the attributes on thead. It replaces
the tbl.hdft.att parameter entity.
Other miscellaneous changes:
- - Tag ommission indicators have been removed
+ - Tag omission indicators have been removed
- Comments have been removed from declarations
- NUMBER attributes have been changed to NMTOKEN
- NUTOKEN attributes have been to changed to NMTOKEN
@@ -166,7 +166,7 @@ current application.
Note, however, that changes may have significant effect on the ability to
interchange table information. These changes may manifest themselves
-in useability, presentation, and possible structure information degradation.
+in usability, presentation, and possible structure information degradation.
-->
<!ENTITY % tbl.table.name "table">
diff --git a/docs/ref/transforms.txt b/docs/ref/transforms.txt
index 8b607098f..89401f4a6 100644
--- a/docs/ref/transforms.txt
+++ b/docs/ref/transforms.txt
@@ -14,7 +14,7 @@
Transforms change the document tree in-place, add to the tree, or prune it.
Transforms resolve references and footnote numbers, process interpreted
text, and do other context-sensitive processing. Each transform is a
-subclass of ``docutils.tranforms.Transform``.
+subclass of ``docutils.transforms.Transform``.
There are `transforms added by components`_, others (e.g.
``parts.Contents``) are added by the parser, if a corresponding directive is