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; }