vici: Fix typos in comments
This commit is contained in:
@@ -48,7 +48,7 @@ typedef enum {
|
||||
} wait_state_t;
|
||||
|
||||
/**
|
||||
* Private vici connection contex.
|
||||
* Private vici connection context.
|
||||
*/
|
||||
struct vici_conn_t {
|
||||
/** connection stream */
|
||||
|
||||
@@ -91,7 +91,7 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
/**
|
||||
* Opaque vici connection contex.
|
||||
* Opaque vici connection context.
|
||||
*/
|
||||
typedef struct vici_conn_t vici_conn_t;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user