diff options
Diffstat (limited to 'src/libcharon/plugins/vici/vici_message.h')
-rw-r--r-- | src/libcharon/plugins/vici/vici_message.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |