vici: Fix typos in comments

This commit is contained in:
Tobias Brunner 2020-07-23 14:50:17 +02:00
parent 2eec7efd46
commit 61af9a3478
2 changed files with 2 additions and 2 deletions

View File

@ -48,7 +48,7 @@ typedef enum {
} wait_state_t;
/**
* Private vici connection contex.
* Private vici connection context.
*/
struct vici_conn_t {
/** connection stream */

View File

@ -91,7 +91,7 @@ extern "C" {
#endif
/**
* Opaque vici connection contex.
* Opaque vici connection context.
*/
typedef struct vici_conn_t vici_conn_t;