summaryrefslogtreecommitdiff
path: root/docs/troubleshooting/index.rst
diff options
context:
space:
mode:
authorRobert Göhler <github@ghlr.de>2024-01-19 21:06:51 +0100
committerGitHub <noreply@github.com>2024-01-19 21:06:51 +0100
commit4a02bccb9db1cdca92cc5eeeb6307bec84b1a9d7 (patch)
treefab3d39ba75743c2f7fa302aedf5d46194bb8204 /docs/troubleshooting/index.rst
parenteeffa32cf0c486fc12dba86d30c365f9b521652a (diff)
parenta5cb164d9a813ffbb1048244d53158fc6add1e58 (diff)
downloadvyos-documentation-4a02bccb9db1cdca92cc5eeeb6307bec84b1a9d7.tar.gz
vyos-documentation-4a02bccb9db1cdca92cc5eeeb6307bec84b1a9d7.zip
Merge pull request #1247 from sebweb3r/spellfix
Fix some spell mistakes
Diffstat (limited to 'docs/troubleshooting/index.rst')
-rw-r--r--docs/troubleshooting/index.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/troubleshooting/index.rst b/docs/troubleshooting/index.rst
index 902acf3a..8a34edd9 100644
--- a/docs/troubleshooting/index.rst
+++ b/docs/troubleshooting/index.rst
@@ -378,7 +378,7 @@ to clear interface counters
# clear all interfaces
vyos@vyos:~$ clear interface ethernet counters
# clear specific interface
- vyos@vyos:~$ clear interface ehternet eth0 counters
+ vyos@vyos:~$ clear interface ethernet eth0 counters
The command follow the same logic as the ``set`` command in configuration mode.