Remove AI slops: fix parenthetical plural, deduplicate install-grub.sh

This commit is contained in:
2026-04-18 00:57:39 +01:00
parent bed0252d34
commit 44cee12a62
2 changed files with 21 additions and 28 deletions
@@ -72,7 +72,7 @@ impl RepairStats {
}
if self.orphaned_lfn_entries_removed != 0 {
parts.push(format!(
"{} orphaned LFN entr(ies)",
"{} orphaned LFN entries",
self.orphaned_lfn_entries_removed
));
}