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();