Index: sdk/lib/async/zone.dart |
diff --git a/sdk/lib/async/zone.dart b/sdk/lib/async/zone.dart |
index 573603627f24ad056ffbb04ce72c4feeaded51d2..6ed22ec6d235b2e82a19ca38b14767b841f55cc0 100644 |
--- a/sdk/lib/async/zone.dart |
+++ b/sdk/lib/async/zone.dart |
@@ -534,7 +534,7 @@ abstract class Zone { |
{bool runGuarded: true}); |
/** |
- * Intercepts errors when added programatically to a `Future` or `Stream`. |
+ * Intercepts errors when added programmatically to a `Future` or `Stream`. |
* |
* When calling [Completer.completeError], [StreamController.addError], |
* or some [Future] constructors, the current zone is allowed to intercept |