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.