| Index: runtime/vm/isolate.cc
|
| diff --git a/runtime/vm/isolate.cc b/runtime/vm/isolate.cc
|
| index 8ca2e728aab1eee98f6e5ec088f6a035d8da8391..e7a8f77f6b5bd8c96ca755b356ed025e14204ac3 100644
|
| --- a/runtime/vm/isolate.cc
|
| +++ b/runtime/vm/isolate.cc
|
| @@ -1639,7 +1639,7 @@ void Isolate::LowLevelShutdown() {
|
| // Close all the ports owned by this isolate.
|
| PortMap::ClosePorts(message_handler());
|
|
|
| - // Fail fast if anybody tries to post any more messsages to this isolate.
|
| + // Fail fast if anybody tries to post any more messages to this isolate.
|
| delete message_handler();
|
| set_message_handler(NULL);
|
| if (FLAG_support_timeline) {
|
|
|