fix the typos

thanks to ralphtheninja for finding them
This commit is contained in:
Simon Laux
2022-07-03 00:13:37 +02:00
parent e4def6a44d
commit f3a9ab6d23
2 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
## Unreleased
### API-Changes
- jsonrpc api over werbsocket server (basically a new api next to the cffi) #3463
- jsonrpc api over websocket server (basically a new api next to the cffi) #3463
- jsonrpc methods in cffi #3463:
- `dc_jsonrpc_instance_t* dc_jsonrpc_init(dc_accounts_t* account_manager);`
- `void dc_jsonrpc_unref(dc_jsonrpc_instance_t* jsonrpc_instance);`