Skip to content

Commit acdddc7

Browse files
committed
Auto merge of #1231 - JOE1994:patch-1, r=RalfJung
Minor typo fix **"initialziation"** => **"initialization"**
2 parents 4129c0e + a664156 commit acdddc7

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)