Minor typo fix

"initializiation" => "initialization"
This commit is contained in:
Youngsuk Kim 2020-03-15 18:06:21 -04:00 committed by GitHub
parent 4129c0e0fd
commit a664156440
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -198,7 +198,7 @@ pub fn eval_main<'tcx>(tcx: TyCtxt<'tcx>, main_id: DefId, config: MiriConfig) ->
Ok(v) => v,
Err(mut err) => {
err.print_backtrace();
panic!("Miri initialziation error: {}", err.kind)
panic!("Miri initialization error: {}", err.kind)
}
};