From ead0f04360ca3a0dda419d01af8d7e26ccdbe772 Mon Sep 17 00:00:00 2001 From: Matt Schatz Date: Wed, 1 Jul 2020 18:01:51 -0600 Subject: Minor typo correction. --- src/inspircd.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/inspircd.cpp b/src/inspircd.cpp index a32c07931..c503da9d0 100644 --- a/src/inspircd.cpp +++ b/src/inspircd.cpp @@ -387,7 +387,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 * of leaving it blank." << std::endl + << " of * or leaving it blank." << std::endl << "- For UNIX socket listeners try enabling to replace old sockets." << std::endl; } } -- cgit v1.2.3