diff options
author | Josh Soref <jsoref@users.noreply.github.com> | 2022-04-15 11:53:24 -0400 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2022-04-30 21:32:32 -0500 |
commit | 3054046e18332ca1bf9b901f69b02f21bb91c098 (patch) | |
tree | 149982abcec8e93296c1930f244c44b7b2eb6cfe /src/supervise-daemon | |
parent | f81bb7e2c4ee8d8c070e2bd212562cc4315edf3a (diff) |
multiple spelling and typo fixes
This fixes #516.
Diffstat (limited to 'src/supervise-daemon')
-rw-r--r-- | src/supervise-daemon/supervise-daemon.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervise-daemon/supervise-daemon.c b/src/supervise-daemon/supervise-daemon.c index 194ef9df..a0576513 100644 --- a/src/supervise-daemon/supervise-daemon.c +++ b/src/supervise-daemon/supervise-daemon.c @@ -1,7 +1,7 @@ /* * supervise-daemon * This is a supervisor for daemons. - * It will start a deamon and make sure it restarts if it crashes. + * It will start a daemon and make sure it restarts if it crashes. */ /* |