]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
vici: Fix typos in comments
authorTobias Brunner <tobias@strongswan.org>
Thu, 23 Jul 2020 12:50:17 +0000 (14:50 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 23 Jul 2020 12:50:17 +0000 (14:50 +0200)
src/libcharon/plugins/vici/libvici.c
src/libcharon/plugins/vici/libvici.h

index 0b549a511dfab7d29b3b65e46bdebcac44970c2d..48ee64bbb13cd0e3c7054bed12d274aa55f013cc 100644 (file)
@@ -48,7 +48,7 @@ typedef enum {
 } wait_state_t;
 
 /**
- * Private vici connection contex.
+ * Private vici connection context.
  */
 struct vici_conn_t {
        /** connection stream */
index 66c07ff65ab59e17c3ec690d3e40a0b0af35913b..297a32c32b3067cacba15c717bb340064c464362 100644 (file)
@@ -91,7 +91,7 @@ extern "C" {
 #endif
 
 /**
- * Opaque vici connection contex.
+ * Opaque vici connection context.
  */
 typedef struct vici_conn_t vici_conn_t;