Skip to content

Commit 6de6167

Browse files
authored
fix typo
fix typo
1 parent 17e94e4 commit 6de6167

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connection/connection.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ func connect(
140140
}
141141
conn, err := net.DialTimeout("unix", address[len(unixPrefix):], timeout)
142142
if err == nil {
143-
// Connection restablished.
143+
// Connection reestablished.
144144
haveConnected = true
145145
lostConnection = false
146146
}

0 commit comments

Comments
 (0)