Skip to content

Commit

Permalink
fix typo (#1166)
Browse files Browse the repository at this point in the history
  • Loading branch information
spebern authored Feb 20, 2023
1 parent ddfe337 commit fac6566
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust/src/storage/s3.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ impl From<S3LockError> for ObjectStoreError {
pub struct LockData {
/// Source object key
pub source: String,
/// Destination object ket
/// Destination object key
pub destination: String,
}

Expand Down

0 comments on commit fac6566

Please sign in to comment.