diff --git a/src/inspircd.cpp b/src/inspircd.cpp index 1b59d69c6..e1a9bb6c8 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; } }