We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2c1204b commit 49936f8Copy full SHA for 49936f8
metadata/fetcher/fetcher.go
@@ -38,7 +38,7 @@ type httpClient interface {
38
// Fetcher interface
39
type Fetcher interface {
40
// DownloadFile downloads a file from the provided URL, reading
41
- // up to maxLenght of bytes before it halts.
+ // up to maxLength of bytes before it aborts.
42
// The timeout argument is deprecated and not used. To configure
43
// the timeout (or retries), modify the fetcher instead. For the
44
// DefaultFetcher the underlying HTTP client can be substituted.
0 commit comments