summaryrefslogtreecommitdiff
path: root/src/plop_sup.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/plop_sup.erl')
-rw-r--r--src/plop_sup.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plop_sup.erl b/src/plop_sup.erl
index 18ed926..3d0e66d 100644
--- a/src/plop_sup.erl
+++ b/src/plop_sup.erl
@@ -18,7 +18,7 @@ init(_Args) ->
[{the_plop,
{plop, start_link, []}, % Here's where key file name and pass phrase go.
permanent,
- 10000, % Shut down in 10s.
+ 10000, % Shut down within 10s.
worker, [plop]},
{the_db,
{db, start_link, []},