Skip to content

Commit e114410

Browse files
maximiliankolbkeszybz
authored andcommitted
Fix two minor typos in comments
1 parent b1f6130 commit e114410

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/handlers/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -120,13 +120,13 @@ pub struct Stats {
120120
/// processing.
121121
pub files: u64,
122122

123-
/// Counf of inodes we actually processed. We maintain a cache of
123+
/// Count of inodes we actually processed. We maintain a cache of
124124
/// processed inode numbers, so a given inode is be processed only
125125
/// once.
126126
pub inodes_processed: u64,
127127

128128
/// Count of inodes modified. Split into inodes that were
129-
/// atomatically replaced and inodes that were rewritten. We
129+
/// automatically replaced and inodes that were rewritten. We
130130
/// do a rewrite if there are hardlinks to maintain them.
131131
pub inodes_replaced: u64,
132132
pub inodes_rewritten: u64,

0 commit comments

Comments
 (0)