summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLinus Nordberg <linus@nordu.net>2014-05-01 18:03:53 +0200
committerLinus Nordberg <linus@nordu.net>2014-05-01 18:03:53 +0200
commitc44d085b74c541d1e07db03a0372a5350bcc7577 (patch)
tree16770e003e67b4f7bce78b8125512d3184b8868e
parentc9f90d8e0a6587bcc1af4ca2ec2982d93b665479 (diff)
Change a comment.
-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, []},