From: Donatas Abraitis Date: Tue, 5 Mar 2024 06:57:39 +0000 (+0200) Subject: doc: Fix one spelling `dissallowed` to `disallowed` X-Git-Tag: docker/10.0~25^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=0c62fc682482a60a5dbe5e8f80666cc79b6877e1;p=matthieu%2Ffrr.git doc: Fix one spelling `dissallowed` to `disallowed` Closes: https://github.com/FRRouting/frr/issues/15465 Signed-off-by: Donatas Abraitis (cherry picked from commit e993ba1812d36ef4b80407739e572edac881a85e) --- 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.