From 07968a27eea2d5818c8bc475f97d506e1b24da9c Mon Sep 17 00:00:00 2001 From: Anton Vodonosov Date: Mon, 1 Oct 2012 09:04:57 +0300 Subject: [PATCH] Typo in README.org --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index 33a124a..62cb0e2 100644 --- a/README.org +++ b/README.org @@ -239,14 +239,14 @@ The agent takes measures to ensure there is only one agent instance using this working directory. - This is acheaved by using a TCP port as a inter-process - lock. When started agent tries to open a socket on + This is acheaved by using a TCP port as an inter-process + lock. When started, agent tries to open a socket on the port. If it is successful, the agent continues. If the port is busy, the agent deduces there is another agent instance running, logs a warning and exists. - The port number is specified by configuration + The port number is specified by the configuration property - =singleton-lock-port= defaults to 7685.