diff options
Diffstat (limited to 'src/send.cpp')
-rw-r--r-- | src/send.cpp | 4 |
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; } |