From e94c62e5b35fef3e2afa868db121bbfe2608ee5a Mon Sep 17 00:00:00 2001 From: holger krekel Date: Thu, 20 Feb 2020 01:48:29 +0100 Subject: [PATCH] Update src/contact.rs fix typo --- src/contact.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/contact.rs b/src/contact.rs index fd00f40c8..63197ab79 100644 --- a/src/contact.rs +++ b/src/contact.rs @@ -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".