Fix typo in build warning message.

This commit is contained in:
Sergio Benitez 2016-12-30 20:06:48 -06:00
parent 366eb5d158
commit 524a2d889d
1 changed files with 1 additions and 1 deletions

View File

@ -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."));
}