aboutsummaryrefslogtreecommitdiff
path: root/man/supervise-daemon.8
diff options
context:
space:
mode:
Diffstat (limited to 'man/supervise-daemon.8')
-rw-r--r--man/supervise-daemon.82
1 files changed, 1 insertions, 1 deletions
diff --git a/man/supervise-daemon.8 b/man/supervise-daemon.8
index dcefe2ee..cd76beb2 100644
--- a/man/supervise-daemon.8
+++ b/man/supervise-daemon.8
@@ -193,7 +193,7 @@ If respawn-delay, respawn-max and respawn-period are not set correctly,
it is possible to trigger a situation in which the supervisor will
infinitely try to respawn a daemon. To avoid this, if you change the
values of --respawn-delay, --respawn-max or --respawn-period, always
-make sure the settings mmake sense. For example, a respawn period of 5
+make sure the settings make sense. For example, a respawn period of 5
seconds with a respawn max of 10 and a respawn delay of 1 second leads
to infinite respawning since there can never be 10 respawns within 5
seconds.