diff --git a/runtime/src/snapshot_utils.rs b/runtime/src/snapshot_utils.rs index 7784fdee2efd25..96a76f6500410a 100644 --- a/runtime/src/snapshot_utils.rs +++ b/runtime/src/snapshot_utils.rs @@ -2129,7 +2129,7 @@ pub fn verify_snapshot_archive
( std::fs::remove_file(p1).unwrap(); std::fs::remove_file(p2).unwrap(); - // The new the status_cache file is inside the slot directory together with the snapshot file. + // The new status_cache file is inside the slot directory together with the snapshot file. // When unpacking an archive, the status_cache file from the archive is one-level up outside of // the slot direcotry. // The unpacked status_cache file need to be put back into the slot directory for the directory