| Index: runtime/bin/socket_patch.dart
|
| diff --git a/runtime/bin/socket_patch.dart b/runtime/bin/socket_patch.dart
|
| index dbff3c4c3465311dd598cd9a96b514c1f4d98db4..fd8414e86d1bcefa902705849275926e0ee30e33 100644
|
| --- a/runtime/bin/socket_patch.dart
|
| +++ b/runtime/bin/socket_patch.dart
|
| @@ -1053,7 +1053,7 @@ class _NativeSocket extends _NativeSocketNativeWrapper with _ServiceObject {
|
| "The network interface does not have an address "
|
| "of the same family as the multicast address");
|
| } else {
|
| - // Default to the ANY address if no iterface is specified.
|
| + // Default to the ANY address if no interface is specified.
|
| return InternetAddress.ANY_IP_V4;
|
| }
|
| } else {
|
|
|