Fix typos & us spellings

This commit is contained in:
Fourchaux
2017-08-15 21:45:21 +02:00
parent 82be83cf74
commit c7104be1a3
47 changed files with 59 additions and 59 deletions

View File

@@ -400,7 +400,7 @@ pub fn main_args(args: &[String]) -> isize {
})
}
/// Prints an uniformised error message on the standard error output
/// Prints an uniformized error message on the standard error output
fn print_error<T>(error_message: T) where T: Display {
writeln!(
&mut io::stderr(),