diff --git a/deltachat-ffi/src/string.rs b/deltachat-ffi/src/string.rs index 7446e419f..20d3a4423 100644 --- a/deltachat-ffi/src/string.rs +++ b/deltachat-ffi/src/string.rs @@ -241,7 +241,7 @@ pub(crate) fn to_opt_string_lossy(s: *const libc::c_char) -> Option { /// [OsStrExt::to_c_string] requires valid Unicode on Windows, this /// requires that the pointer contains valid UTF-8 on Windows. /// -/// Because this returns a reference the [Path] silce can not outlive +/// Because this returns a reference the [Path] slice can not outlive /// the original pointer. /// /// [Path]: std::path::Path