diff options
author | Christian Hesse <mail@eworm.de> | 2020-08-13 13:07:40 +0200 |
---|---|---|
committer | Christian Hesse <mail@eworm.de> | 2020-08-13 13:07:40 +0200 |
commit | f1236065ad145a5414d41e86013f6fd19b4ec911 (patch) | |
tree | 8d5fcd5fc5caf4b274ade9582ee3650f52d68301 | |
parent | 6575cb332113945b591dae7f4b424773936e2c64 (diff) |
fix typo: botton -> button
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | doc/leds-mode.md | 2 | ||||
-rw-r--r-- | doc/mode-button.md | 2 | ||||
-rw-r--r-- | mode-button-scheduler | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -168,7 +168,7 @@ Available Scripts * [Run other scripts on DHCP lease](doc/lease-script.md) * [Manage LEDs dark mode](doc/leds-mode.md) * [Forward log messages via notification](doc/log-forward.md) -* [Mode botton with multiple presses](doc/mode-button.md) +* [Mode button with multiple presses](doc/mode-button.md) * [Notify on host up and down](doc/netwatch-notify.md) * [Manage remote logging](doc/netwatch-syslog.md) * [Manage system update](doc/packages-update.md) diff --git a/doc/leds-mode.md b/doc/leds-mode.md index e0f7cf3..b525220 100644 --- a/doc/leds-mode.md +++ b/doc/leds-mode.md @@ -43,7 +43,7 @@ to toggle mode. See also -------- -* [Mode botton with multiple presses](mode-button.md) +* [Mode button with multiple presses](mode-button.md) --- [◀ Go back to main README](../README.md) diff --git a/doc/mode-button.md b/doc/mode-button.md index 0e5fa47..0007481 100644 --- a/doc/mode-button.md +++ b/doc/mode-button.md @@ -1,4 +1,4 @@ -Mode botton with multiple presses +Mode button with multiple presses ================================= [◀ Go back to main README](../README.md) diff --git a/mode-button-scheduler b/mode-button-scheduler index 0090426..fe04b40 100644 --- a/mode-button-scheduler +++ b/mode-button-scheduler @@ -3,7 +3,7 @@ # Copyright (c) 2018-2020 Christian Hesse <mail@eworm.de> # https://git.eworm.de/cgit/routeros-scripts/about/COPYING.md # -# act on multiple mode-botton presses from scheduler +# act on multiple mode-button presses from scheduler # https://git.eworm.de/cgit/routeros-scripts/about/doc/mode-button.md :global ModeButton; |