diff options
author | Matt Schatz <genius3000@g3k.solutions> | 2020-07-01 18:01:51 -0600 |
---|---|---|
committer | Matt Schatz <genius3000@g3k.solutions> | 2020-07-01 18:01:51 -0600 |
commit | ead0f04360ca3a0dda419d01af8d7e26ccdbe772 (patch) | |
tree | 62091cf4434f0dc15f8b85cf0b982a6e0ba46b48 /src/inspircd.cpp | |
parent | 7d28be7c8a3f1f8c77620ef1d166a51065b03033 (diff) |
Minor typo correction.
Diffstat (limited to 'src/inspircd.cpp')
-rw-r--r-- | src/inspircd.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <bind:address> instead" << std::endl - << " of * of leaving it blank." << std::endl + << " of * or leaving it blank." << std::endl << "- For UNIX socket listeners try enabling <bind:rewrite> to replace old sockets." << std::endl; } } |