]> git.proxmox.com Git - proxmox-backup.git/commitdiff
chunk_store: Fix typo in bail message
authorAaron Lauterer <a.lauterer@proxmox.com>
Tue, 21 Jul 2020 09:54:37 +0000 (11:54 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Tue, 21 Jul 2020 10:51:41 +0000 (12:51 +0200)
Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
src/backup/chunk_store.rs

index 870006308b0d47cd0c83f6068ea12f8bdfb90439..d57befdd5aa4156ca02f90036d761afc48a67dac 100644 (file)
@@ -178,7 +178,7 @@ impl ChunkStore {
                 return Ok(false);
             }
 
-            bail!("updata atime failed for chunk {:?} - {}", chunk_path, err);
+            bail!("update atime failed for chunk {:?} - {}", chunk_path, err);
         }
 
         Ok(true)