Skip to content

Commit

Permalink
Fix spelling mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinburke authored and emersion committed Jan 16, 2019
1 parent f8b3793 commit 36cff68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.go
Original file line number Diff line number Diff line change
Expand Up @@ -438,7 +438,7 @@ func (c *Client) Reset() error {
}

// Noop sends the NOOP command to the server. It does nothing but check
// that the connaction to the server is okay.
// that the connection to the server is okay.
func (c *Client) Noop() error {
if err := c.hello(); err != nil {
return err
Expand Down

0 comments on commit 36cff68

Please sign in to comment.