Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
Signed-off-by: coldWater <[email protected]>
  • Loading branch information
forsaken628 committed Sep 30, 2024
1 parent 3ed1366 commit 37a2ec6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/query/storages/common/cache/src/temp_dir.rs
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ impl TempDirManager {

pub fn dir_xxxx(&self) -> Result<()> {
let Some(path) = &self.root else {
return Err(ErrorCode::Internal(format!("emtpy root")));
return Err(ErrorCode::Internal(format!("empty root")));
};

if let Err(e) = remove_dir_all(path) {
Expand Down

0 comments on commit 37a2ec6

Please sign in to comment.