From 6de61676711bd18f067fd7a007c71dc829e01f21 Mon Sep 17 00:00:00 2001 From: windayski <599059134@qq.com> Date: Wed, 29 Apr 2020 16:30:36 +0800 Subject: [PATCH] fix typo fix typo --- connection/connection.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/connection/connection.go b/connection/connection.go index 1d8c6d1ef..b918f33ec 100644 --- a/connection/connection.go +++ b/connection/connection.go @@ -140,7 +140,7 @@ func connect( } conn, err := net.DialTimeout("unix", address[len(unixPrefix):], timeout) if err == nil { - // Connection restablished. + // Connection reestablished. haveConnected = true lostConnection = false }