diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-05-24 20:46:22 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-05-24 20:46:22 +0000 |
commit | f8212d9142f383fb4d4a0e6fb1a383828132c770 (patch) | |
tree | 28167a7246c5016c3c84130c949bebb82dfaffcd /protocols/IRCG/src | |
parent | 30fe5b5f8ae6b66f0f83c12d0f3a2fc22c8728e8 (diff) |
spelling correction
git-svn-id: http://svn.miranda-ng.org/main/trunk@9301 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/IRCG/src')
-rw-r--r-- | protocols/IRCG/src/irclib.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/IRCG/src/irclib.cpp b/protocols/IRCG/src/irclib.cpp index 901834c7e1..369d2ff6ed 100644 --- a/protocols/IRCG/src/irclib.cpp +++ b/protocols/IRCG/src/irclib.cpp @@ -1008,7 +1008,7 @@ int CDccSession::SetupConnection() hBindPort = (HANDLE)CallService(MS_NETLIB_BINDPORT, (WPARAM)m_proto->hNetlibDCC, (LPARAM)&nb);
if (hBindPort == NULL) {
- m_proto->DoEvent(GC_EVENT_INFORMATION, 0, m_proto->m_info.sNick.c_str(), LPGENT("DCC ERROR: Unable to bind local port for passive filetransfer"), NULL, NULL, NULL, true, false);
+ m_proto->DoEvent(GC_EVENT_INFORMATION, 0, m_proto->m_info.sNick.c_str(), LPGENT("DCC ERROR: Unable to bind local port for passive file transfer"), NULL, NULL, NULL, true, false);
delete this; // dcc objects destroy themselves when the connection has been closed or failed for some reasson.
return 0;
}
|