Fix typos

This commit is contained in:
Jonas Bernoulli
2019-11-06 16:13:39 +01:00
parent ed6842e5bd
commit f31d1b065d
39 changed files with 60 additions and 60 deletions

View File

@ -44,7 +44,7 @@ struct ContactInfo {
* Construct a new ContactInfo
*
* @param _full_address the full email address + name.
* @param _email email addres
* @param _email email address
* @param _name name or empty
* @param _personal is this a personal contact?
* @param _last_seen when was this contact last seen?
@ -145,7 +145,7 @@ public:
/**
* For C compatiblityy
*
* @return a MuContacts* refering to this.
* @return a MuContacts* referring to this.
*/
const MuContacts* mu_contacts() const {
return reinterpret_cast<const MuContacts*>(this);