Fix minor spelling error in dotnet-dsrouter warning message. (#2528)
authorJohan Lorensson <lateralusx.github@gmail.com>
Fri, 27 Aug 2021 13:01:01 +0000 (15:01 +0200)
committerGitHub <noreply@github.com>
Fri, 27 Aug 2021 13:01:01 +0000 (15:01 +0200)
src/Tools/dotnet-dsrouter/DiagnosticsServerRouterCommands.cs

index 85caeac3338e0991c02daad43608f703e5c2bd83..038b2eb5a8b004320f1b80c4e7dab3f9bb5d4005 100644 (file)
@@ -338,7 +338,7 @@ namespace Microsoft.Diagnostics.Tools.DiagnosticsServerRouter
                 message.Append("WARNING: Binding tcp server endpoint to anything except loopback interface ");
                 message.Append("(localhost, 127.0.0.1 or [::1]) is NOT recommended. Any connections towards ");
                 message.Append("tcp server endpoint will be unauthenticated and unencrypted. This component ");
-                message.Append("is intented for development use and should only be run in development and ");
+                message.Append("is intended for development use and should only be run in development and ");
                 message.Append("testing environments.");
                 message.AppendLine();