mirror of
https://github.com/yudai/gotty.git
synced 2025-09-21 21:40:49 +02:00
fix typo
reconnec_ttime -> reconnect_time
This commit is contained in:
parent
783254c3be
commit
84abb39358
1 changed files with 1 additions and 1 deletions
2
.gotty
2
.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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue