Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ static void checkLoopbackOnly(string tcpServer)
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();

Expand Down