fix some typos in comment or var name (#1027)
indicated by `typos` tool : https://github.com/crate-ci/typos/
This commit is contained in:
parent
ec685bd185
commit
b0e89cd5e3
4 changed files with 6 additions and 6 deletions
|
|
@ -291,7 +291,7 @@ impl Op {
|
|||
progress.total_bytes = Some(metadata.len());
|
||||
(ctx.on_progress)(self, &progress);
|
||||
if let Err(err) = to_file.set_permissions(metadata.permissions()).await {
|
||||
// This error is not propogated upwards as some filesystems do not support setting permissions
|
||||
// This error is not propagated upwards as some filesystems do not support setting permissions
|
||||
log::warn!("failed to set permissions for {:?}: {}", self.to, err);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue