Fix typo
This commit is contained in:
parent
3a0739c1cf
commit
70a17ca62c
1 changed files with 1 additions and 1 deletions
|
@ -208,7 +208,7 @@ fn handle_external_linking(rt: &Runtime) {
|
|||
}
|
||||
let entry = entry.unwrap();
|
||||
if entry.is_none() {
|
||||
warn!("Entry nt found: {:?}", entry_name);
|
||||
warn!("Entry not found: {:?}", entry_name);
|
||||
return;
|
||||
}
|
||||
let mut entry = entry.unwrap();
|
||||
|
|
Loading…
Reference in a new issue