Skip to content

Commit

Permalink
Merge pull request #40 from windayski/typo-patch-1
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
k8s-ci-robot authored Sep 4, 2020
2 parents 464aef9 + 6de6167 commit da226ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion connection/connection.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit da226ee

Please sign in to comment.