diff --git a/codegen/build.rs b/codegen/build.rs index 96a0199a..ced3f47d 100644 --- a/codegen/build.rs +++ b/codegen/build.rs @@ -66,6 +66,6 @@ fn main() { } } - printerr!("{}", Yellow.paint("Warning: Rocket was unable to check rustc compatbility.")); + printerr!("{}", Yellow.paint("Warning: Rocket was unable to check rustc compatibility.")); printerr!("{}", Yellow.paint("Build may fail due to incompatible rustc version.")); }