diff options
author | yangfl <yangfl@users.noreply.github.com> | 2018-08-18 12:21:21 +0800 |
---|---|---|
committer | yangfl <yangfl@users.noreply.github.com> | 2018-10-12 22:18:51 +0800 |
commit | 641475ee5948cd5646ad3ee59b8c2f21f8c243b7 (patch) | |
tree | c3b3556904d0ea53f74a53d50ff70038969b088c /contrib/package/freifunk-watchdog/src/watchdog.h | |
parent | 896892f9afd2180094ca12faa8a0b5a9f2193207 (diff) |
freifunk-watchdog: Fix typos
Signed-off-by: David Yang <mmyangfl@gmail.com>
Diffstat (limited to 'contrib/package/freifunk-watchdog/src/watchdog.h')
-rw-r--r-- | contrib/package/freifunk-watchdog/src/watchdog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/package/freifunk-watchdog/src/watchdog.h b/contrib/package/freifunk-watchdog/src/watchdog.h index 6f2382de38..c622856dae 100644 --- a/contrib/package/freifunk-watchdog/src/watchdog.h +++ b/contrib/package/freifunk-watchdog/src/watchdog.h @@ -64,7 +64,7 @@ #define WATCH_SHUTDOWN 'V' #define WATCH_KEEPALIVE '\0' -/* System load error action and treshold */ +/* System load error action and threshold */ #define LOAD_TRESHOLD 15.00 #define LOAD_ACTION "/sbin/reboot", "/sbin/reboot" |