summaryrefslogtreecommitdiffhomepage
path: root/contrib/package/freifunk-watchdog/src/watchdog.h
diff options
context:
space:
mode:
authoryangfl <yangfl@users.noreply.github.com>2018-08-18 12:21:21 +0800
committeryangfl <yangfl@users.noreply.github.com>2018-10-12 22:18:51 +0800
commit641475ee5948cd5646ad3ee59b8c2f21f8c243b7 (patch)
treec3b3556904d0ea53f74a53d50ff70038969b088c /contrib/package/freifunk-watchdog/src/watchdog.h
parent896892f9afd2180094ca12faa8a0b5a9f2193207 (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.h2
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"