From 84abb3935881a636e1730b9101f9b10eaa15061b Mon Sep 17 00:00:00 2001 From: freakhill Date: Mon, 28 Sep 2015 20:51:31 +0900 Subject: [PATCH] fix typo reconnec_ttime -> reconnect_time --- .gotty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gotty b/.gotty index 84751fa..c30036b 100644 --- a/.gotty +++ b/.gotty @@ -46,7 +46,7 @@ // [int] Interval time to try reconnection (seconds) // To enable reconnection, set `true` to `enable_reconnect` -// reconnec_ttime = false +// reconnect_time = false // [bool] Accept only one client and exit gotty once the client exits // once = false