From 75639096098cb53785bebb5e3129c47d711c6394 Mon Sep 17 00:00:00 2001 From: James Wilson Date: Thu, 12 Aug 2021 12:59:39 +0100 Subject: [PATCH] Fix typo Co-authored-by: Niklas Adolfsson --- backend/telemetry_core/tests/e2e_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/telemetry_core/tests/e2e_tests.rs b/backend/telemetry_core/tests/e2e_tests.rs index 8fdc639..ae6d695 100644 --- a/backend/telemetry_core/tests/e2e_tests.rs +++ b/backend/telemetry_core/tests/e2e_tests.rs @@ -652,7 +652,7 @@ async fn slow_feeds_are_disconnected() { } Ok(Err(_e)) => { // Occasionally we might hit an error here before the channel is marked as closed. The error probably - // means that the socekt has been killed, but we haven't managed to set the state to closed in time + // means that the socket has been killed, but we haven't managed to set the state to closed in time // and so we still hit this. We may be able to tighten this up and avoid this permanently, at which point // this can become a test failure. break;