diff options
| author | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-05-30 19:56:24 +0000 |
|---|---|---|
| committer | milde <milde@929543f6-e4f2-0310-98a6-ba3bd3dd1d04> | 2017-05-30 19:56:24 +0000 |
| commit | 714fa12a7be85d81c7ac22b1cf15ae5b4a34777d (patch) | |
| tree | 64db6f9f7d376c696a02f37e1cd58b6be03e3d0b /docutils | |
| parent | 6677c45fc8fe2d855051a302c0d676d24ab43e26 (diff) | |
| download | docutils-0.10.tar.gz | |
Spelling fixesdocutils-0.10
git-svn-id: http://svn.code.sf.net/p/docutils/code/tags/docutils-0.10@8093 929543f6-e4f2-0310-98a6-ba3bd3dd1d04
Diffstat (limited to 'docutils')
| -rw-r--r-- | docutils/statemachine.py | 2 | ||||
| -rw-r--r-- | docutils/writers/latex2e/docutils-05-compat.sty | 10 |
2 files changed, 6 insertions, 6 deletions
diff --git a/docutils/statemachine.py b/docutils/statemachine.py index 0c26ee3d2..6a29b9747 100644 --- a/docutils/statemachine.py +++ b/docutils/statemachine.py @@ -313,7 +313,7 @@ class StateMachine: self.notify_observers() def is_next_line_blank(self): - """Return 1 if the next line is blank or non-existant.""" + """Return 1 if the next line is blank or non-existent.""" try: return not self.input_lines[self.line_offset + 1].strip() except IndexError: diff --git a/docutils/writers/latex2e/docutils-05-compat.sty b/docutils/writers/latex2e/docutils-05-compat.sty index cc6b6a8aa..31f7b4e1b 100644 --- a/docutils/writers/latex2e/docutils-05-compat.sty +++ b/docutils/writers/latex2e/docutils-05-compat.sty @@ -109,7 +109,7 @@ % New configuration setting defaults % ---------------------------------- % -% - font-encoding: "T1" (formerly implicitely set by 'ae'). +% - font-encoding: "T1" (formerly implicitly set by 'ae'). % - use-latex-toc: true (ToC with page numbers). % - use-latex-footnotes: true (no mixup with figures). % @@ -273,14 +273,14 @@ % % New feature: % Do not mix font-encoding and font settings: do not load the obsolete -% `ae` and `aeguill` packages unless explicitely required via the +% `ae` and `aeguill` packages unless explicitly required via the % ``--stylesheet`` option. % % :font-encoding = "": do not load `ae` and `aeguill`, i.e. % % * do not change font settings, % * do not use the fontenc package -% (implicitely loaded via `ae`), +% (implicitly loaded via `ae`), % * use LaTeX default font encoding (OT1) % % :font-encoding = "OT1": load `fontenc` with ``\usepackage[OT1]{fontenc}`` @@ -492,7 +492,7 @@ \usepackage{longtable} % Extra space between text in tables and the line above them -% ('array' is implicitely loaded by 'tabularx', see below):: +% ('array' is implicitly loaded by 'tabularx', see below):: \usepackage{array} \setlength{\extrarowheight}{2pt} @@ -551,7 +551,7 @@ % % admonition width % ^^^^^^^^^^^^^^^^ -% The ``admonitionwith`` lenght is replaced by the more powerful +% The ``admonitionwith`` length is replaced by the more powerful % ``\DUadmonition`` command (see admonitions_). % % Backwards compatibility: |
