Skip to content

Commit 49936f8

Browse files
Fixed a spelling error
Signed-off-by: Fredrik Skogman <kommendorkapten@github.com>
1 parent 2c1204b commit 49936f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata/fetcher/fetcher.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ type httpClient interface {
3838
// Fetcher interface
3939
type Fetcher interface {
4040
// DownloadFile downloads a file from the provided URL, reading
41-
// up to maxLenght of bytes before it halts.
41+
// up to maxLength of bytes before it aborts.
4242
// The timeout argument is deprecated and not used. To configure
4343
// the timeout (or retries), modify the fetcher instead. For the
4444
// DefaultFetcher the underlying HTTP client can be substituted.

0 commit comments

Comments
 (0)