From 0eae5d3fe73c4db870912328fe2c41af89dcd01d Mon Sep 17 00:00:00 2001 From: Dart Raiden Date: Tue, 24 Jun 2014 19:26:18 +0000 Subject: typo git-svn-id: http://svn.miranda-ng.org/main/trunk@9571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/EmLanProto/src/lan.h | 2 +- protocols/IRCG/src/irclib.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'protocols') 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() { -- cgit v1.2.3