summaryrefslogtreecommitdiff
path: root/docs/_ext/vyos.py
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@vyos.io>2024-02-09 09:30:53 +0000
committerGitHub <noreply@github.com>2024-02-09 09:30:53 +0000
commit9e9216768f0fac9a52aaa9ab368fcf11db362187 (patch)
tree5c9646873fb40470984c3fa6c494b2b439aaf9bf /docs/_ext/vyos.py
parent583988589f60c0d30ece4b7f740aad25622a6fc3 (diff)
parent227125a387e16331a1fa3ad91e59436c0b7cb4cf (diff)
downloadvyos-documentation-9e9216768f0fac9a52aaa9ab368fcf11db362187.tar.gz
vyos-documentation-9e9216768f0fac9a52aaa9ab368fcf11db362187.zip
Merge pull request #1251 from vyos/mergify/bp/sagitta/pr-1247
Fix some spell mistakes (backport #1247)
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