Skip to content

Commit ab2d506

Browse files
committed
ovsdb: fix Client typo
1 parent 01daf1c commit ab2d506

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ovsdb/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func (c *Client) Close() error {
109109
return err
110110
}
111111

112-
// Stats returns a ClientStats with current statistics for the Cient.
112+
// Stats returns a ClientStats with current statistics for the Client.
113113
func (c *Client) Stats() ClientStats {
114114
var s ClientStats
115115

0 commit comments

Comments
 (0)