From 145fd8657fee4cc77441ad303c25f2f6cbbcefe3 Mon Sep 17 00:00:00 2001 From: Floris Bruynooghe Date: Tue, 4 Feb 2020 09:05:30 +0100 Subject: [PATCH] Update deltachat-ffi/src/lib.rs Co-Authored-By: Alexander Krotov --- deltachat-ffi/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/src/lib.rs b/deltachat-ffi/src/lib.rs index 7277af2ef..8ba22d32c 100644 --- a/deltachat-ffi/src/lib.rs +++ b/deltachat-ffi/src/lib.rs @@ -3226,7 +3226,7 @@ pub trait ResultExt { /// to be displayed to the user. /// /// You can do this as soon as the wrapper exists, it does not - /// have to be open (which is required for teh `warn!()` macro). + /// have to be open (which is required for the `warn!()` macro). fn log_warn(self, wrapper: &ContextWrapper, message: &str) -> Result; }