Skip to content

Commit da226ee

Browse files
authored
Merge pull request #40 from windayski/typo-patch-1
fix typo
2 parents 464aef9 + 6de6167 commit da226ee

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)