diff --git a/src/backup/datastore.rs b/src/backup/datastore.rs index 5d9cb335..abeb101c 100644 --- a/src/backup/datastore.rs +++ b/src/backup/datastore.rs @@ -144,7 +144,7 @@ impl DataStore { self.chunk_store.base_path() } - /// Clenaup a backup directory + /// Cleanup a backup directory /// /// Removes all files not mentioned in the manifest. pub fn cleanup_backup_dir(&self, backup_dir: &BackupDir, manifest: &BackupManifest