datastore: fix typo

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht 2020-07-22 15:04:14 +02:00
parent 25455bd06d
commit c47e294ea7
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ impl DataStore {
self.chunk_store.base_path() self.chunk_store.base_path()
} }
/// Clenaup a backup directory /// Cleanup a backup directory
/// ///
/// Removes all files not mentioned in the manifest. /// Removes all files not mentioned in the manifest.
pub fn cleanup_backup_dir(&self, backup_dir: &BackupDir, manifest: &BackupManifest pub fn cleanup_backup_dir(&self, backup_dir: &BackupDir, manifest: &BackupManifest