diff --git a/sdk/lib/_http/http_impl.dart b/sdk/lib/_http/http_impl.dart index 162461ca762..4f51724f94c 100644 --- a/sdk/lib/_http/http_impl.dart +++ b/sdk/lib/_http/http_impl.dart @@ -1091,7 +1091,7 @@ class _HttpClientRequest extends _HttpOutboundMessage } _responseCompleter.future.then((response) { - _timeline?.instant('Response receieved'); + _timeline?.instant('Response received'); Map formatConnectionInfo() => { 'localPort': response.connectionInfo?.localPort, 'remoteAddress': response.connectionInfo?.remoteAddress.address,