aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-06-24 15:57:15 +0200
committerTobias Brunner <tobias@strongswan.org>2014-06-30 13:16:16 +0200
commited01c1afffdd35bddd55114a58f2824fccfbd9c0 (patch)
treefe2789b088fc12aef1e88e7ec7b3cda8c4154cdf /src/libcharon/plugins
parentcac71ff00c927c3cf35dafd971555c86d3ccd694 (diff)
downloadstrongswan-ed01c1afffdd35bddd55114a58f2824fccfbd9c0.tar.bz2
strongswan-ed01c1afffdd35bddd55114a58f2824fccfbd9c0.tar.xz
Fixed some typos
Diffstat (limited to 'src/libcharon/plugins')
-rw-r--r--src/libcharon/plugins/vici/README.md2
-rw-r--r--src/libcharon/plugins/vici/vici_message.h2
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);