diff options
Diffstat (limited to 'include/m_contacts.h')
-rw-r--r-- | include/m_contacts.h | 2 |
1 files changed, 1 insertions, 1 deletions
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)
|