From a065f654e820755f8d380bca2ea620c0870ccc1d Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 12 Sep 2020 14:14:57 +0300 Subject: [PATCH] Fix a typo in deltachat.h --- 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 44c0f94d0..02bafa3c7 100644 --- a/deltachat-ffi/deltachat.h +++ b/deltachat-ffi/deltachat.h @@ -2360,7 +2360,7 @@ dc_context_t* dc_accounts_get_account (dc_accounts_t* accounts, uint32 /** * Get the currently selected account. - * If there is at least once account in the account-manager, + * If there is at least one account in the account-manager, * there is always a selected one. * To change the selected account, use dc_accounts_select_account(); * also adding/importing/migrating accounts may change the selection.