We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b1f6130 commit e114410Copy full SHA for e114410
src/handlers/mod.rs
@@ -120,13 +120,13 @@ pub struct Stats {
120
/// processing.
121
pub files: u64,
122
123
- /// Counf of inodes we actually processed. We maintain a cache of
+ /// Count of inodes we actually processed. We maintain a cache of
124
/// processed inode numbers, so a given inode is be processed only
125
/// once.
126
pub inodes_processed: u64,
127
128
/// Count of inodes modified. Split into inodes that were
129
- /// atomatically replaced and inodes that were rewritten. We
+ /// automatically replaced and inodes that were rewritten. We
130
/// do a rewrite if there are hardlinks to maintain them.
131
pub inodes_replaced: u64,
132
pub inodes_rewritten: u64,
0 commit comments