Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sphinx-doc/sphinx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Clauss <cclauss@me.com>2021-09-08 03:15:25 +0300
committerChristian Clauss <cclauss@me.com>2021-09-08 03:15:25 +0300
commit86583c578c807d449e3a9d5ee56b1e7081340629 (patch)
tree4275417d693382f62120d6f07cd9021a1b84252f /sphinx/writers
parent336605b8e4b14c5da9f4d872fb730dc6894edb77 (diff)
Fix typos discovered by codespell
Diffstat (limited to 'sphinx/writers')
-rw-r--r--sphinx/writers/latex.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sphinx/writers/latex.py b/sphinx/writers/latex.py
index 855052c5a..a1b1defd7 100644
--- a/sphinx/writers/latex.py
+++ b/sphinx/writers/latex.py
@@ -1313,7 +1313,7 @@ class LaTeXTranslator(SphinxTranslator):
base, ext = path.splitext(uri)
if self.in_title and base:
# Lowercase tokens forcely because some fncychap themes capitalize
- # the options of \sphinxincludegraphics unexpectly (ex. WIDTH=...).
+ # the options of \sphinxincludegraphics unexpectedly (ex. WIDTH=...).
self.body.append(r'\lowercase{\sphinxincludegraphics%s}{{%s}%s}' %
(options, base, ext))
else: