Index: sdk/lib/async/stream_transformers.dart |
diff --git a/sdk/lib/async/stream_transformers.dart b/sdk/lib/async/stream_transformers.dart |
index 7542c6b88cde43029d1fca046d99781dac558250..fa32bc48974adc90185de85286fb6b02192569cb 100644 |
--- a/sdk/lib/async/stream_transformers.dart |
+++ b/sdk/lib/async/stream_transformers.dart |
@@ -270,7 +270,7 @@ typedef StreamSubscription<T> _SubscriptionTransformer<S, T>( |
* |
* Instead of implementing three classes: a [StreamTransformer], a [Stream] |
* (as the result of a `bind` call) and a [StreamSubscription] (which does the |
- * actual work), this class only requires a fincution that is invoked when the |
+ * actual work), this class only requires a function that is invoked when the |
* last bit (the subscription) of the transformer-workflow is needed. |
* |
* The given transformer function maps from Stream and cancelOnError to a |