From a6e4d4a77f16d8178b7d36aed74c61e5453cda77 Mon Sep 17 00:00:00 2001 From: Sadie Powell Date: Fri, 17 Jan 2025 17:45:07 +0000 Subject: [PATCH] Fix a typo in a help message. --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 1b59d69c68..e1a9bb6c85 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -392,7 +392,7 @@ namespace std::cout << con_bright << "Hints:" << con_reset << std::endl << "- For TCP/IP listeners try using a public IP address in instead" << std::endl << " of * or leaving it blank." << std::endl - << "- For UNIX socket listeners try enabling to replace old sockets." << std::endl; + << "- For UNIX socket listeners try enabling to replace old sockets." << std::endl; } }