From e993ba1812d36ef4b80407739e572edac881a85e Mon Sep 17 00:00:00 2001 From: Donatas Abraitis Date: Tue, 5 Mar 2024 08:57:39 +0200 Subject: [PATCH] doc: Fix one spelling `dissallowed` to `disallowed` Closes: https://github.com/FRRouting/frr/issues/15465 Signed-off-by: Donatas Abraitis --- doc/user/basic.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/user/basic.rst b/doc/user/basic.rst index 7f9027679f9f..5fdd1887fa32 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.