Fix some spelling errors in comment

Although it is spelling mistakes, it might make an affects while reading.

Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
pull/7492/head
Kim Bao Long 6 years ago
parent 0afce196fd
commit 0f0ca3652b

@ -26,7 +26,7 @@ import (
// ListStates represents zero or more status codes that a list item may have set
//
// Because this is used as a bitmask filter, more than one one bit can be flipped
// Because this is used as a bitmask filter, more than one bit can be flipped
// in the ListStates.
type ListStates uint

@ -64,7 +64,7 @@ func WithUserAgent(userAgent string) Option {
}
}
// WithTLSClientConfig sets the client client auth with the provided credentials.
// WithTLSClientConfig sets the client auth with the provided credentials.
func WithTLSClientConfig(certFile, keyFile, caFile string) Option {
return func(opts *options) {
opts.certFile = certFile

Loading…
Cancel
Save