Fixed some typos

This commit is contained in:
Tobias Brunner
2014-06-30 13:16:16 +02:00
parent cac71ff00c
commit ed01c1afff
5 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -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 ##
+1 -1
View File
@@ -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);