Update src/contact.rs

fix typo
This commit is contained in:
holger krekel
2020-02-20 01:48:29 +01:00
parent b65a6c2829
commit e94c62e5b3

View File

@@ -318,7 +318,7 @@ impl Contact {
/// that can only be set and updated by a From-header.
///
/// The different names used in the function are:
/// - "name": name passed as funtion argument, belonging to the given origin
/// - "name": name passed as function argument, belonging to the given origin
/// - "row_name": current name used in the database, typically set to "name"
/// - "row_authname": name as authorized from a contact, set only through a From-header
/// Depending on the origin, both, "row_name" and "row_authname" are updated from "name".