chunk_store: Fix typo in bail message

Signed-off-by: Aaron Lauterer <a.lauterer@proxmox.com>
This commit is contained in:
Aaron Lauterer 2020-07-21 11:54:37 +02:00 committed by Thomas Lamprecht
parent faa8e6948a
commit b96b11cdb7

View File

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