]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/tape/tape_write.rs
typo fixes all over the place
[proxmox-backup.git] / src / tape / tape_write.rs
index 7e354c88a6e3d615685bc3a848c512e3b75d9bab..8a3d4fd6f7c57809a993c480e6ebbe12420247ab 100644 (file)
@@ -67,7 +67,7 @@ pub trait TapeWrite {
 ///
 /// See: https://github.com/torvalds/linux/blob/master/Documentation/scsi/st.rst
 ///
-/// On sucess, this returns if we en countered a EOM condition.
+/// On success, this returns if we en countered a EOM condition.
 pub fn tape_device_write_block<W: Write>(
     writer: &mut W,
     data: &[u8],