1
0
mirror of https://github.com/anope/anope.git synced 2026-06-25 21:26:38 +02:00

Fix CODINGs formatting and a missed typo

This commit is contained in:
lethality
2011-01-14 04:37:32 +00:00
parent e490202a1b
commit ecc2fc6029
2 changed files with 211 additions and 142 deletions
+2 -2
View File
@@ -33,9 +33,9 @@ void send_cmd(const Anope::string &source, const char *fmt, ...)
if (!UplinkSock)
{
if (!source.empty())
Log(LOG_DEBUG) << "Attemtped to send \"" << source << " " << buf << "\" with UplinkSock NULL";
Log(LOG_DEBUG) << "Attempted to send \"" << source << " " << buf << "\" with UplinkSock NULL";
else
Log(LOG_DEBUG) << "Attemtped to send \"" << buf << "\" with UplinkSock NULL";
Log(LOG_DEBUG) << "Attempted to send \"" << buf << "\" with UplinkSock NULL";
return;
}