Merge pull request #17585 from DeviaVir/patch-1

Fixing small typo in resource/wait.go
pull/17587/head
Brian Flad 8 years ago committed by GitHub
commit 2044f09bb4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -74,7 +74,7 @@ func RetryableError(err error) *RetryError {
return &RetryError{Err: err, Retryable: true}
}
// NonRetryableError is a helper to create a RetryError that's _not)_ retryable
// NonRetryableError is a helper to create a RetryError that's _not_ retryable
// from a given error.
func NonRetryableError(err error) *RetryError {
if err == nil {

Loading…
Cancel
Save