commit 64a9fde70c5e78ad2a4116c9058ac82b8491da76
Author: David Fifield <david(a)bamsoftware.com>
Date: Fri Aug 31 04:52:22 2012 -0700
Comment typo, thanks arma.
---
facilitator/facilitator | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/facilitator/facilitator b/facilitator/facilitator
index 3695b52..9d8d3af 100755
--- a/facilitator/facilitator
+++ b/facilitator/facilitator
@@ -18,7 +18,7 @@ DEFAULT_LOG_FILENAME = "facilitator.log"
# Don't indulge clients for more than this many seconds.
CLIENT_TIMEOUT = 1.0
-# Buffer no many than this many bytes when trying to read a line.
+# Buffer no more than this many bytes when trying to read a line.
READLINE_MAX_LENGTH = 10240
LOG_DATE_FORMAT = "%Y-%m-%d %H:%M:%S"