aboutsummaryrefslogtreecommitdiff
path: root/supervise-daemon-guide.md
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2022-04-15 11:53:24 -0400
committerWilliam Hubbs <w.d.hubbs@gmail.com>2022-04-30 21:32:32 -0500
commit3054046e18332ca1bf9b901f69b02f21bb91c098 (patch)
tree149982abcec8e93296c1930f244c44b7b2eb6cfe /supervise-daemon-guide.md
parentf81bb7e2c4ee8d8c070e2bd212562cc4315edf3a (diff)
multiple spelling and typo fixes
This fixes #516.
Diffstat (limited to 'supervise-daemon-guide.md')
-rw-r--r--supervise-daemon-guide.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/supervise-daemon-guide.md b/supervise-daemon-guide.md
index e4a7c947..7390bc70 100644
--- a/supervise-daemon-guide.md
+++ b/supervise-daemon-guide.md
@@ -13,7 +13,7 @@ The following is a brief guide on using this capability.
functions.
* Daemons must not fork
- Any deamon that you would like to have monitored by supervise-daemon
+ Any daemon that you would like to have monitored by supervise-daemon
must not fork. Instead, it must stay in the foreground. If the daemon
forks, the supervisor will be unable to monitor it.