Fixed some typos
This commit is contained in:
@@ -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 ##
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user