diff --git a/tools/codegen/src/main.rs b/tools/codegen/src/main.rs index 905c468a..af0d5774 100644 --- a/tools/codegen/src/main.rs +++ b/tools/codegen/src/main.rs @@ -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 ); }