| Index: sdk/lib/isolate/isolate.dart
|
| diff --git a/sdk/lib/isolate/isolate.dart b/sdk/lib/isolate/isolate.dart
|
| index 5e3fe7f648a1972edc11a563e465d9f00d5d8ca6..b398e533d807844fe4eb1264f38ed0e98dd3f118 100644
|
| --- a/sdk/lib/isolate/isolate.dart
|
| +++ b/sdk/lib/isolate/isolate.dart
|
| @@ -80,7 +80,7 @@ class Isolate {
|
| * through the control port.
|
| *
|
| * Some control messages require a specific capability to be passed along
|
| - * with the message (see [pauseCapability] and [terminateCapaibility]),
|
| + * with the message (see [pauseCapability] and [terminateCapability]),
|
| * otherwise the message is ignored by the isolate.
|
| */
|
| final SendPort controlPort;
|
|
|