mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Fix typo an transfered -> transferred
This commit is contained in:
parent
c7e7884de2
commit
730d0f95e7
2 changed files with 2 additions and 2 deletions
|
@ -1454,7 +1454,7 @@ Required if the blob has an active lease.
|
|||
progress_callback
|
||||
`````````````````
|
||||
callback for progress with signature function(current, total) where
|
||||
current is the number of bytes transfered so far, and total is the
|
||||
current is the number of bytes transferred so far, and total is the
|
||||
size of the blob.
|
||||
|
||||
max_connections
|
||||
|
|
|
@ -3332,7 +3332,7 @@ def get_blob(kwargs=None, storage_conn=None, call=None):
|
|||
Required if the blob has an active lease.
|
||||
progress_callback:
|
||||
callback for progress with signature function(current, total) where
|
||||
current is the number of bytes transfered so far, and total is the
|
||||
current is the number of bytes transferred so far, and total is the
|
||||
size of the blob.
|
||||
max_connections:
|
||||
Maximum number of parallel connections to use when the blob size
|
||||
|
|
Loading…
Add table
Reference in a new issue