From e1c6e84475cfa68ae7ff7e565aa4cf753280e441 Mon Sep 17 00:00:00 2001 From: Scott Beddall <45376673+scbedd@users.noreply.github.com> Date: Thu, 23 Feb 2023 14:51:26 -0800 Subject: [PATCH] Update tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/TransportCustomizations.cs --- .../Azure.Sdk.Tools.TestProxy/Common/TransportCustomizations.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/TransportCustomizations.cs b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/TransportCustomizations.cs index 6ddd24524e1..4740e62896a 100644 --- a/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/TransportCustomizations.cs +++ b/tools/test-proxy/Azure.Sdk.Tools.TestProxy/Common/TransportCustomizations.cs @@ -33,7 +33,7 @@ public class TransportCustomizations public List Certificates { get; set; } /// - /// During playack, a response is normally returned all at once. By offering this response time, we can + /// During playback, a response is normally returned all at once. By offering this response time, we can /// "stretch" the writing of the response bytes over a time range of milliseconds. /// public int PlaybackResponseTime { get; set; } = 0;