summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuss White <russ@riw.us>2024-03-05 08:48:56 -0500
committerGitHub <noreply@github.com>2024-03-05 08:48:56 -0500
commitcf4d838e69b19fd5066da85e0c44b7c569af4e66 (patch)
tree57959bd61c14f1f9b476e473f38da90206c45c2c
parent0bc1c70f65609fffa2ecbdc3f4a8def1928f0f6f (diff)
parente993ba1812d36ef4b80407739e572edac881a85e (diff)
Merge pull request #15479 from opensourcerouting/fix/spelling
doc: Fix one spelling `dissallowed` to `disallowed`
-rw-r--r--doc/user/basic.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/user/basic.rst b/doc/user/basic.rst
index 7f9027679f..5fdd1887fa 100644
--- a/doc/user/basic.rst
+++ b/doc/user/basic.rst
@@ -206,7 +206,7 @@ Basic Config Commands
enabled log destinations. The note that logging includes full command lines,
including passwords. If the daemon startup option `--command-log-always`
is used to start the daemon then this command is turned on by default
- and cannot be turned off and the [no] form of the command is dissallowed.
+ and cannot be turned off and the [no] form of the command is disallowed.
.. clicmd:: log filtered-file [FILENAME [LEVEL]]
@@ -769,7 +769,7 @@ These options apply to all |PACKAGE_NAME| daemons.
.. option:: --command-log-always
Cause the daemon to always log commands entered to the specified log file.
- This also makes the `no log commands` command dissallowed. Enabling this
+ This also makes the `no log commands` command disallowed. Enabling this
is suggested if you have need to track what the operator is doing on
this router.