diff options
author | lethality <lethality@anope.org> | 2011-01-14 04:37:32 +0000 |
---|---|---|
committer | lethality <lethality@anope.org> | 2011-01-14 04:50:01 +0000 |
commit | ecc2fc6029567d1d2f4d02d36bf64216ae9a03ee (patch) | |
tree | 92b1ca78085989f2d3b6adda5f0f028f99826da6 /src/send.cpp | |
parent | e490202a1b6922afda32d871293da6a531fa86df (diff) |
Fix CODINGs formatting and a missed typo
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 9f8e8d214..c7a0608f8 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; } |