Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rscarson committed Nov 4, 2024
1 parent 497a81f commit da754e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/inner_runtime.rs
Original file line number Diff line number Diff line change
Expand Up @@ -579,7 +579,7 @@ impl InnerRuntime {
}

if let Poll::Ready(Err(e)) = self.deno_runtime.poll_event_loop(cx, poll_options) {
// Evetn loop failed
// Event loop failed
return Poll::Ready(Err(e.into()));
}

Expand Down

0 comments on commit da754e4

Please sign in to comment.