]> git.puffer.fish Git - matthieu/frr.git/commitdiff
doc: Fix one spelling `dissallowed` to `disallowed`
authorDonatas Abraitis <donatas@opensourcerouting.org>
Tue, 5 Mar 2024 06:57:39 +0000 (08:57 +0200)
committerMergify <37929162+mergify[bot]@users.noreply.github.com>
Tue, 5 Mar 2024 13:50:15 +0000 (13:50 +0000)
Closes: https://github.com/FRRouting/frr/issues/15465
Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
(cherry picked from commit e993ba1812d36ef4b80407739e572edac881a85e)

doc/user/basic.rst

index 7f9027679f9fa66cecece3cc06e022966f2f7c98..5fdd1887fa32bf44adf487c8df2a5ade0bb4dbc3 100644 (file)
@@ -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.