diff options
Diffstat (limited to 'src/libcharon/plugins/vici')
-rw-r--r-- | src/libcharon/plugins/vici/README.md | 2 | ||||
-rw-r--r-- | src/libcharon/plugins/vici/vici_message.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libcharon/plugins/vici/README.md b/src/libcharon/plugins/vici/README.md index 46fa5b528..aeabbbd4d 100644 --- a/src/libcharon/plugins/vici/README.md +++ b/src/libcharon/plugins/vici/README.md @@ -68,7 +68,7 @@ anymore. The server confirms event registration using EVENT_CONFIRM, or indicates that there is no such event source with EVENT_UNKNOWN. Events may get raised at any time while registered, even during an active -request command. This mechanism is used to feed continous data during a request, +request command. This mechanism is used to feed continuous data during a request, for example. ## Message format ## diff --git a/src/libcharon/plugins/vici/vici_message.h b/src/libcharon/plugins/vici/vici_message.h index c5e25b350..1a89cf829 100644 --- a/src/libcharon/plugins/vici/vici_message.h +++ b/src/libcharon/plugins/vici/vici_message.h @@ -241,7 +241,7 @@ vici_message_t *vici_message_create_from_args(vici_type_t type, ...); bool vici_stringify(chunk_t chunk, char *buf, size_t size); /** - * Verify the occurence of a given type for given section/list nesting + * Verify the occurrence of a given type for given section/list nesting */ bool vici_verify_type(vici_type_t type, u_int section, bool list); |