From 7bfadb14eae1c2e160f957a6cff28ec80c83f658 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sun, 21 Jun 2020 20:13:06 +0300 Subject: [PATCH] Fix a typo (prover -> provider) --- deltachat-ffi/deltachat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deltachat-ffi/deltachat.h b/deltachat-ffi/deltachat.h index 1853bced9..ec6e3d02e 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -4307,7 +4307,7 @@ void dc_event_unref(dc_event_t* event); */ /** - * Prover works out-of-the-box. + * Provider works out-of-the-box. * This provider status is returned for provider where the login * works by just entering the name or the email-address. *