Skip to content

Commit a664156

Browse files
authored
Minor typo fix
"initializiation" => "initialization"
1 parent 4129c0e commit a664156

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/eval.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ pub fn eval_main<'tcx>(tcx: TyCtxt<'tcx>, main_id: DefId, config: MiriConfig) ->
198198
Ok(v) => v,
199199
Err(mut err) => {
200200
err.print_backtrace();
201-
panic!("Miri initialziation error: {}", err.kind)
201+
panic!("Miri initialization error: {}", err.kind)
202202
}
203203
};
204204

0 commit comments

Comments
 (0)