| Index: runtime/lib/timer_impl.dart
|
| diff --git a/runtime/lib/timer_impl.dart b/runtime/lib/timer_impl.dart
|
| index 9bb71b43ec7899af599a39369cd53e626df15bea..9a2d3ffbc1ac31eb29c984055da603f0cf609805 100644
|
| --- a/runtime/lib/timer_impl.dart
|
| +++ b/runtime/lib/timer_impl.dart
|
| @@ -244,7 +244,7 @@ class _Timer implements Timer {
|
| }
|
| }
|
|
|
| - // Enqeue one message for each zero timer. To be able to distinguish from
|
| + // Enqueue one message for each zero timer. To be able to distinguish from
|
| // EventHandler messages we send a _ZERO_EVENT instead of a _TIMEOUT_EVENT.
|
| static void _notifyZeroHandler() {
|
| if (_sendPort == null) {
|
|
|