summaryrefslogtreecommitdiff
path: root/asciidoc/asciidoc.py
diff options
context:
space:
mode:
Diffstat (limited to 'asciidoc/asciidoc.py')
-rw-r--r--asciidoc/asciidoc.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asciidoc/asciidoc.py b/asciidoc/asciidoc.py
index c5fc2b8..61690c4 100644
--- a/asciidoc/asciidoc.py
+++ b/asciidoc/asciidoc.py
@@ -4051,7 +4051,7 @@ class Reader1:
self._lineno = 0 # The last line read from file object f.
self.line_ranges = None # line ranges to include
self.current_depth = 0 # Current include depth.
- self.max_depth = 10 # Initial maxiumum allowed include depth.
+ self.max_depth = 10 # Initial maximum allowed include depth.
self.bom = None # Byte order mark (BOM).
self.infile = None # Saved document 'infile' attribute.
self.indir = None # Saved document 'indir' attribute.