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 --- include/delphi/m_contacts.inc | 2 +- include/m_contacts.h | 2 +- .../!NotAdopted/Chess4Net/MI/MirandaINC/m_contacts.inc | 2 +- plugins/!NotAdopted/SmartAutoReplier/wtl/atldlgs.h | 2 +- plugins/CyrTranslit/src/MirandaContact.h | 2 +- plugins/MirandaG15/src/LCDFramework/hid/hidpi.h | 18 +++++++++--------- plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h | 2 +- protocols/EmLanProto/src/lan.h | 2 +- protocols/IRCG/src/irclib.cpp | 2 +- src/modules/metacontacts/meta_utils.cpp | 4 ++-- 10 files changed, 19 insertions(+), 19 deletions(-) diff --git a/include/delphi/m_contacts.inc b/include/delphi/m_contacts.inc index 614492eede..5381d41913 100644 --- a/include/delphi/m_contacts.inc +++ b/include/delphi/m_contacts.inc @@ -38,7 +38,7 @@ type const -// CNF_* Types of information you can retreive by setting the dwFlag in CONTACTINFO +// CNF_* Types of information you can retrieve by setting the dwFlag in CONTACTINFO CNF_FIRSTNAME = 1; // returns first name (string) CNF_LASTNAME = 2; // returns last name (string) diff --git a/include/m_contacts.h b/include/m_contacts.h index 04a25f7d37..48f78a03b4 100644 --- a/include/m_contacts.h +++ b/include/m_contacts.h @@ -36,7 +36,7 @@ typedef struct { }; } CONTACTINFO; -// Types of information you can retreive by setting the dwFlag in CONTACTINFO +// Types of information you can retrieve by setting the dwFlag in CONTACTINFO #define CNF_FIRSTNAME 1 // returns first name (string) #define CNF_LASTNAME 2 // returns last name (string) #define CNF_NICK 3 // returns nick name (string) diff --git a/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_contacts.inc b/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_contacts.inc index 4ea0d936c3..c190b32bf0 100644 --- a/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_contacts.inc +++ b/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_contacts.inc @@ -37,7 +37,7 @@ type const -// CNF_* Types of information you can retreive by setting the dwFlag in CONTACTINFO +// CNF_* Types of information you can retrieve by setting the dwFlag in CONTACTINFO CNF_FIRSTNAME = 1; // returns first name (string) CNF_LASTNAME = 2; // returns last name (string) diff --git a/plugins/!NotAdopted/SmartAutoReplier/wtl/atldlgs.h b/plugins/!NotAdopted/SmartAutoReplier/wtl/atldlgs.h index a55fed4cb5..7c5a04a3d8 100644 --- a/plugins/!NotAdopted/SmartAutoReplier/wtl/atldlgs.h +++ b/plugins/!NotAdopted/SmartAutoReplier/wtl/atldlgs.h @@ -2894,7 +2894,7 @@ public: return nMsgFindReplace; } // call while handling FINDMSGSTRING registered message - // to retreive the object + // to retrieve the object static T* PASCAL GetNotifier(LPARAM lParam) { ATLASSERT(lParam != NULL); diff --git a/plugins/CyrTranslit/src/MirandaContact.h b/plugins/CyrTranslit/src/MirandaContact.h index 19e313ae1a..c963ae6c3a 100644 --- a/plugins/CyrTranslit/src/MirandaContact.h +++ b/plugins/CyrTranslit/src/MirandaContact.h @@ -46,7 +46,7 @@ public: /** * Saves this object's data to the persistent storage -- the Miranda - * database. This information may be retreived later on by means of + * database. This information may be retrieved later on by means of * getContact() factory method invocation. */ static void save(MCONTACT hContact, bool bValue); diff --git a/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h b/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h index a23f3a701f..f3c12b71fd 100644 --- a/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h +++ b/plugins/MirandaG15/src/LCDFramework/hid/hidpi.h @@ -812,7 +812,7 @@ Parameters: UsageValue The value. This value must be within the logical range or null value specified by the Report Descriptor. - PreparsedData The data retreived from the HID device + PreparsedData The data retrieved from the HID device Report The report packet. @@ -872,7 +872,7 @@ Parameters: UsageValue The value. This value must be within the logical range or null value specified by the Report Descriptor. - PreparsedData The data retreived from the HID device + PreparsedData The data retrieved from the HID device Report The report packet. @@ -950,7 +950,7 @@ Parameters: UsageValueByteLength the length of the given UsageValue buffer. - PreparsedData The data retreived from the HID device + PreparsedData The data retrieved from the HID device Report The report packet. @@ -995,12 +995,12 @@ Parameters: first channel that matches the given usage page, usage page, and Link number is the one affected. - Usage The usage whose value HidP_GetUsageValue will retreive. + Usage The usage whose value HidP_GetUsageValue will retrieve. UsageValue The value. This value must be within the logical range or null value specified by the Report Descriptor. - PreparsedData The data retreived from the HID device + PreparsedData The data retrieved from the HID device Report The report packet. @@ -1055,12 +1055,12 @@ Parameters: first channel that matches the given usage page, usage page, and Link number is the one affected. - Usage The usage whose value HidP_GetUsageValue will retreive. + Usage The usage whose value HidP_GetUsageValue will retrieve. UsageValue The value. This value must be within the logical range or null value specified by the Report Descriptor. - PreparsedData The data retreived from the HID device + PreparsedData The data retrieved from the HID device Report The report packet. @@ -1118,7 +1118,7 @@ Parameters: first channel that matches the given usage page, usage page, and Link number is the one affected. - Usage The usage whose value HidP_GetUsageValueArray will retreive. + Usage The usage whose value HidP_GetUsageValueArray will retrieve. UsageValue A pointer to an array characters where the value will be placed. The number of BITS required is found by multiplying the @@ -1132,7 +1132,7 @@ Parameters: UsageValueByteLength the length of the given UsageValue buffer. - PreparsedData The data retreived from the HID device + PreparsedData The data retrieved from the HID device Report The report packet. diff --git a/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h b/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h index f75e07dd21..2d7671a38b 100644 --- a/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h +++ b/plugins/MirandaG15/src/LCDFramework/hid/hidsdi.h @@ -94,7 +94,7 @@ Arguments: handle via a create file on a string name of a Hid device. This string name can be obtained using standard PnP calls. PreparsedData an opaque data used by other functions in this library to - retreive information about a given device. + retrieve information about a given device. Return Value: TRUE if successful. 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() { diff --git a/src/modules/metacontacts/meta_utils.cpp b/src/modules/metacontacts/meta_utils.cpp index e63e3579d2..95628960d8 100644 --- a/src/modules/metacontacts/meta_utils.cpp +++ b/src/modules/metacontacts/meta_utils.cpp @@ -89,7 +89,7 @@ BOOL Meta_Assign(MCONTACT hSub, MCONTACT hMeta, BOOL set_as_default) char *szProto = GetContactProto(hSub); if (szProto == NULL) { - MessageBox(0, TranslateT("Could not retreive contact protocol"), TranslateT("Assignment error"), MB_OK | MB_ICONWARNING); + MessageBox(0, TranslateT("Could not retrieve contact protocol"), TranslateT("Assignment error"), MB_OK | MB_ICONWARNING); return FALSE; } @@ -465,7 +465,7 @@ int Meta_CopyContactNick(DBCachedContact *ccMeta, MCONTACT hContact) } else if (options.clist_contact_name == CNNT_DISPLAYNAME) { TCHAR *name = cli.pfnGetContactDisplayName(hContact, 0); - if (name && _tcscmp(name, TranslateT("(Unknown Contact)")) != 0) { + if (name && _tcscmp(name, TranslateT("(Unknown contact)")) != 0) { db_set_ts(ccMeta->contactID, META_PROTO, "Nick", name); return 0; } -- cgit v1.2.3