Fix some spelling errors in comment (#7492)

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

Signed-off-by: Kim Bao Long <longkb@vn.fujitsu.com>
pull/7494/head
LongKB 5 years ago committed by GitHub
parent 0afce196fd
commit 1d79ed2c18
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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