summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakob Lykke Andersen <jakobandersen@users.noreply.github.com>2020-09-09 14:24:27 +0200
committerGitHub <noreply@github.com>2020-09-09 14:24:27 +0200
commit07374d95c1ea413068aaaf8f41716b2d9b9e151b (patch)
tree26b8068d43b2fd54061de0aa4211e999ec92bff3
parentfabe685638c7f8fa24b3b0a44ac264cff5f1d160 (diff)
parent8d882e473769448e4685988db74cc8e1480564ac (diff)
downloadsphinx-git-07374d95c1ea413068aaaf8f41716b2d9b9e151b.tar.gz
Merge pull request #8187 from utzig/fix-typos
domains: c: cpp: fix typos
-rw-r--r--sphinx/domains/c.py2
-rw-r--r--sphinx/domains/cpp.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/sphinx/domains/c.py b/sphinx/domains/c.py
index d8ccc2e3d..7e153472e 100644
--- a/sphinx/domains/c.py
+++ b/sphinx/domains/c.py
@@ -1792,7 +1792,7 @@ class Symbol:
if not declaration:
if Symbol.debug_lookup:
- Symbol.debug_print("no delcaration")
+ Symbol.debug_print("no declaration")
Symbol.debug_indent -= 2
# good, just a scope creation
# TODO: what if we have more than one symbol?
diff --git a/sphinx/domains/cpp.py b/sphinx/domains/cpp.py
index 92d578427..7b10f8166 100644
--- a/sphinx/domains/cpp.py
+++ b/sphinx/domains/cpp.py
@@ -4292,7 +4292,7 @@ class Symbol:
if not declaration:
if Symbol.debug_lookup:
- Symbol.debug_print("no delcaration")
+ Symbol.debug_print("no declaration")
Symbol.debug_indent -= 2
# good, just a scope creation
# TODO: what if we have more than one symbol?