Skip to content

Commit a047ee3

Browse files
committed
cleanup spelling
Signed-off-by: James Knight <[email protected]>
1 parent a74551c commit a047ee3

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

sphinxcontrib/confluencebuilder/singlebuilder.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ def _fix_refuris(self, doctree):
155155
Second, this change also removes the possibly of double-anchors
156156
generated when combining into a single toctree. When inlining toctree's,
157157
parses may stack target identifiers in a `refuri`. If this occurs, only
158-
the last stacked target idenitifier is needed.
158+
the last stacked target identifier is needed.
159159
160160
Args:
161161
doctree: the doctree to parse
@@ -239,7 +239,7 @@ def _inline_all_toctrees(self, docname, doctree, traversed, uids):
239239
self.env.get_doctree(includefile), traversed, uids)
240240
except Exception: # noqa: BLE001
241241
logger.warn(
242-
SLC('toctree contains ref to nonexisting file %r'),
242+
SLC('toctree contains ref to nonexistent file %r'),
243243
includefile, location=docname)
244244
else:
245245
sof = addnodes.start_of_file(docname=includefile)

sphinxcontrib/confluencebuilder/storage/translator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1579,7 +1579,7 @@ def visit_footnote(self, node):
15791579
if not isinstance(label_node, nodes.label):
15801580
raise nodes.SkipNode
15811581

1582-
# if the first foonote/citation, start building a table; except for
1582+
# if the first footnote/citation, start building a table; except for
15831583
# the v2 editor, which we do not add tables since they cannot be
15841584
# styled
15851585
if not self._building_footnotes:
File renamed without changes.

tests/validation-sets/restructuredtext/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ reStructuredText
1515
doctest
1616
enumerated-list
1717
epigraph
18-
foonote
18+
footnote
1919
highlights
2020
images
2121
indentation

0 commit comments

Comments
 (0)