Skip to content

Commit 0c594e4

Browse files
authored
Fix typo (#1370)
1 parent 32b42fa commit 0c594e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

icechunk/src/asset_manager.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ impl AssetManager {
475475
let (repo_info, repo_version) = self.fetch_repo_info().await?;
476476
let backup_path = self.backup_path_for_repo_info();
477477
let new_repo = update(repo_info, backup_path.as_str())?;
478-
trace!(attempts, "Atempting to update repo object");
478+
trace!(attempts, "Attempting to update repo object");
479479
match write_repo_info(
480480
Arc::clone(&new_repo),
481481
&repo_version,

0 commit comments

Comments
 (0)