Fix a typo in deltachat.h

This commit is contained in:
Alexander Krotov
2020-09-12 14:14:57 +03:00
parent 2a254c51fa
commit a065f654e8

View File

@@ -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.