summaryrefslogtreecommitdiff
path: root/docs/_ext/vyos.py
diff options
context:
space:
mode:
authorSebastian Weber <s@web3r.de>2024-01-17 21:51:02 +0100
committerSebastian Weber <s@web3r.de>2024-01-17 21:51:02 +0100
commit125c03f39c74fee4bf60610c74ff9b61e65a0541 (patch)
treee3aa6a5f5278e76caab506cf3fceb6ac101fd293 /docs/_ext/vyos.py
parent3b7d0667703cf918f6aaab4ae9b6abddb9d54982 (diff)
downloadvyos-documentation-125c03f39c74fee4bf60610c74ff9b61e65a0541.tar.gz
vyos-documentation-125c03f39c74fee4bf60610c74ff9b61e65a0541.zip
Fix "errror"s in docs/_ext
Diffstat (limited to 'docs/_ext/vyos.py')
-rw-r--r--docs/_ext/vyos.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_ext/vyos.py b/docs/_ext/vyos.py
index fe0a258b..c1a96cd9 100644
--- a/docs/_ext/vyos.py
+++ b/docs/_ext/vyos.py
@@ -530,7 +530,7 @@ def strip_cmd(cmd, debug=False):
if c == "]":
appearance = appearance - 1
- # only if all [..] will be delete if appearance > 0 there is a syntax errror
+ # only if all [..] will be delete if appearance > 0 there is a syntax error
if appearance == 0:
cmd = cmd_new
@@ -545,7 +545,7 @@ def strip_cmd(cmd, debug=False):
if c == ">":
appearance = appearance - 1
- # only if all <..> will be delete if appearance > 0 there is a syntax errror
+ # only if all <..> will be delete if appearance > 0 there is a syntax error
if appearance == 0:
cmd = cmd_new