Fix error message grammar (#1616)

This commit is contained in:
♫ Christian Krause ♫
2026-03-24 12:17:45 +01:00
committed by GitHub
parent 1558ceeaae
commit b3b4c93c56

View File

@@ -446,7 +446,7 @@ fn main() {
|| asset.name.contains(".pub")
}) {
eprintln!(
"{package} may supports other signature verification method using {}",
"{package} may support other signature verification methods using {}",
asset.name
);
}