Skip to content

Commit

Permalink
chore: typos
Browse files Browse the repository at this point in the history
  • Loading branch information
QuenKar committed Jan 8, 2024
1 parent d2bea89 commit 6afedad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mito2/src/cache/write_cache.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl WriteCache {
writer.close().await.context(error::OpenDalSnafu)?;

debug!(
"Sucessfully upload file to remote, region: {}, file: {}, upload_path: {}, cost: {:?}s",
"Successfully upload file to remote, region: {}, file: {}, upload_path: {}, cost: {:?}s",
region_id,
file_id,
upload_path,
Expand Down

0 comments on commit 6afedad

Please sign in to comment.