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 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'include') 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) -- cgit v1.2.3