diff options
author | George Hazan <george.hazan@gmail.com> | 2014-03-15 09:30:35 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2014-03-15 09:30:35 +0000 |
commit | d2a2bfdd7c8eed0df63ad5f0c423da54c26509cc (patch) | |
tree | e038e4958b097a4773a9db9b80e3937ca13eaf3c /include | |
parent | 180d55bf71b0c08a9e527ca45393ba5638ca9a40 (diff) |
fix for a typo in comments
git-svn-id: http://svn.miranda-ng.org/main/trunk@8611 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'include')
-rw-r--r-- | include/delphi/m_protocols.inc | 2 | ||||
-rw-r--r-- | include/m_protocols.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/include/delphi/m_protocols.inc b/include/delphi/m_protocols.inc index a361b98389..bcc31ae386 100644 --- a/include/delphi/m_protocols.inc +++ b/include/delphi/m_protocols.inc @@ -199,7 +199,7 @@ const { determines if a protocol module is loaded or not
wParam=0
lParam=(LPARAM)(const AnsiChar*)szName
- Returns a pointer to the PROTOCOLDESCRIPTOR if the protocol is loaded, or
+ Returns a pointer to the PROTOACCOUNT if the protocol is loaded, or
NULL if it isn't.
}
MS_PROTO_ISPROTOCOLLOADED:PAnsiChar = 'Proto/IsProtocolLoaded';
diff --git a/include/m_protocols.h b/include/m_protocols.h index 0897e0e199..54533cee57 100644 --- a/include/m_protocols.h +++ b/include/m_protocols.h @@ -219,7 +219,7 @@ typedef struct { //determines if a protocol module is loaded or not
//wParam = 0
//lParam = (LPARAM)(const char*)szName
-//Returns a pointer to the PROTOCOLDESCRIPTOR if the protocol is loaded, or
+//Returns a pointer to the PROTOACCOUNT if the protocol is loaded, or
//NULL if it isn't.
#define MS_PROTO_ISPROTOCOLLOADED "Proto/IsProtocolLoaded"
|