summaryrefslogtreecommitdiff
path: root/src/send.cpp
diff options
context:
space:
mode:
authorlethality <lethality@anope.org>2011-01-14 04:37:32 +0000
committerlethality <lethality@anope.org>2011-01-14 04:37:32 +0000
commit49970524c8c5e4df2cd7c6baa0954b0a958ba1a4 (patch)
treece94d091599c4138ebb92ae566deed4b7a9ed620 /src/send.cpp
parent11a144ad6145973a5c64d0b170c3d0ef7abb5254 (diff)
Fix CODINGs formatting and a missed typo
Diffstat (limited to 'src/send.cpp')
-rw-r--r--src/send.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/send.cpp b/src/send.cpp
index 550bcab7c..a44b3acee 100644
--- a/src/send.cpp
+++ b/src/send.cpp
@@ -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;
}