Skip to content

Commit 124316d

Browse files
committed
fix: grammar
1 parent 8135849 commit 124316d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/hardlink/hardlink_list/summary.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ where
8383
summary.owned_shared_size += size;
8484
}
8585
Ordering::Less => {
86-
panic!("Impossible! Total of nlink ({links}) is less than detected paths ({paths}). Something must have went wrong!");
86+
panic!("Impossible! Total of nlink ({links}) is less than detected paths ({paths}). Something must have gone wrong!");
8787
}
8888
}
8989
}

0 commit comments

Comments
 (0)