Skip to content

Commit da754e4

Browse files
committed
typo
1 parent 497a81f commit da754e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/inner_runtime.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,7 @@ impl InnerRuntime {
579579
}
580580

581581
if let Poll::Ready(Err(e)) = self.deno_runtime.poll_event_loop(cx, poll_options) {
582-
// Evetn loop failed
582+
// Event loop failed
583583
return Poll::Ready(Err(e.into()));
584584
}
585585

0 commit comments

Comments
 (0)