Skip to content

Commit 5f1509d

Browse files
authored
Typo fix: indiation -> indication (#144)
1 parent 470b7f0 commit 5f1509d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ which will be called whenever there are updates about the size and status of the
6767
ongoing download. The callback must take two integer arguments: `total` and
6868
`now` which are the total size of the download in bytes, and the number of bytes
6969
which have been downloaded so far. Note that `total` starts out as zero and
70-
remains zero until the server gives an indiation of the total size of the
70+
remains zero until the server gives an indication of the total size of the
7171
download (e.g. with a `Content-Length` header), which may never happen. So a
7272
well-behaved progress callback should handle a total size of zero gracefully.
7373

src/Downloads.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -201,7 +201,7 @@ which will be called whenever there are updates about the size and status of the
201201
ongoing download. The callback must take two integer arguments: `total` and
202202
`now` which are the total size of the download in bytes, and the number of bytes
203203
which have been downloaded so far. Note that `total` starts out as zero and
204-
remains zero until the server gives an indiation of the total size of the
204+
remains zero until the server gives an indication of the total size of the
205205
download (e.g. with a `Content-Length` header), which may never happen. So a
206206
well-behaved progress callback should handle a total size of zero gracefully.
207207

0 commit comments

Comments
 (0)