summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorDart Raiden <wowemuh@gmail.com>2014-06-24 19:26:18 +0000
committerDart Raiden <wowemuh@gmail.com>2014-06-24 19:26:18 +0000
commit0eae5d3fe73c4db870912328fe2c41af89dcd01d (patch)
tree75c9b4e0b2cb0aab745c5920828f633eaffed056 /protocols
parent23ca37acde74872f8c3f48356cd98c1d32c6d0ed (diff)
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@9571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/EmLanProto/src/lan.h2
-rw-r--r--protocols/IRCG/src/irclib.cpp2
2 files changed, 2 insertions, 2 deletions
diff --git a/protocols/EmLanProto/src/lan.h b/protocols/EmLanProto/src/lan.h
index 24db5f9886..7e7deef384 100644
--- a/protocols/EmLanProto/src/lan.h
+++ b/protocols/EmLanProto/src/lan.h
@@ -106,7 +106,7 @@ private:
//! Called when new ougoing TCP connectio is created
static DWORD WINAPI OnOutTCPConnectionProc(LPVOID lpParameter);
- //! Stores retreived host addresses
+ //! Stores retrieved host addresses
in_addr m_hostAddr[MAX_INTERNAL_IP];
//! Current address count
int m_hostAddrCount;
diff --git a/protocols/IRCG/src/irclib.cpp b/protocols/IRCG/src/irclib.cpp
index 0e1fc195b6..f6a57f3121 100644
--- a/protocols/IRCG/src/irclib.cpp
+++ b/protocols/IRCG/src/irclib.cpp
@@ -1341,7 +1341,7 @@ void CDccSession::DoReceiveFile()
// this function handles receiving text in dcc chats and then send it in the protochain. very uncomplicated...
// For sending text the SendStuff() function is called (with the help of some function in CIrcProto to find the right
-// Dcc object). See CIrcProto for info on how the dcc objects are stored, retreived and deleted.
+// Dcc object). See CIrcProto for info on how the dcc objects are stored, retrieved and deleted.
void CDccSession::DoChatReceive()
{