diff options
author | Dart Raiden <wowemuh@gmail.com> | 2014-06-24 19:26:18 +0000 |
---|---|---|
committer | Dart Raiden <wowemuh@gmail.com> | 2014-06-24 19:26:18 +0000 |
commit | 0eae5d3fe73c4db870912328fe2c41af89dcd01d (patch) | |
tree | 75c9b4e0b2cb0aab745c5920828f633eaffed056 /protocols/EmLanProto | |
parent | 23ca37acde74872f8c3f48356cd98c1d32c6d0ed (diff) |
typo
git-svn-id: http://svn.miranda-ng.org/main/trunk@9571 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/EmLanProto')
-rw-r--r-- | protocols/EmLanProto/src/lan.h | 2 |
1 files changed, 1 insertions, 1 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;
|