File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ which will be called whenever there are updates about the size and status of the
6767ongoing 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
6969which 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
7171download (e.g. with a ` Content-Length ` header), which may never happen. So a
7272well-behaved progress callback should handle a total size of zero gracefully.
7373
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ which will be called whenever there are updates about the size and status of the
201201ongoing 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
203203which 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
205205download (e.g. with a `Content-Length` header), which may never happen. So a
206206well-behaved progress callback should handle a total size of zero gracefully.
207207
You can’t perform that action at this time.
0 commit comments