| Index: sdk/lib/async/stream_impl.dart
|
| diff --git a/sdk/lib/async/stream_impl.dart b/sdk/lib/async/stream_impl.dart
|
| index 7337756f7e5008cabb5612fb256522af5aa1194d..b5e89c17f52d5d653ba8f28fe85e8b4423f74052 100644
|
| --- a/sdk/lib/async/stream_impl.dart
|
| +++ b/sdk/lib/async/stream_impl.dart
|
| @@ -79,7 +79,7 @@ class _BufferingStreamSubscription<T>
|
| * * a done event is sent.
|
| *
|
| * If the subscription is canceled while _STATE_WAIT_FOR_CANCEL is set, the
|
| - * state is unset, and no furher events must be delivered.
|
| + * state is unset, and no further events must be delivered.
|
| */
|
| static const int _STATE_WAIT_FOR_CANCEL = 16;
|
| static const int _STATE_IN_CALLBACK = 32;
|
|
|