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 8135849 commit 124316dCopy full SHA for 124316d
1 file changed
src/hardlink/hardlink_list/summary.rs
@@ -83,7 +83,7 @@ where
83
summary.owned_shared_size += size;
84
}
85
Ordering::Less => {
86
- panic!("Impossible! Total of nlink ({links}) is less than detected paths ({paths}). Something must have went wrong!");
+ panic!("Impossible! Total of nlink ({links}) is less than detected paths ({paths}). Something must have gone wrong!");
87
88
89
0 commit comments