Some typos fixed.

This commit is contained in:
Tobias Brunner
2011-02-07 11:39:41 +01:00
parent 2b2eecb6ec
commit 84545f6e7c
13 changed files with 15 additions and 15 deletions
+2 -2
View File
@@ -261,10 +261,10 @@ struct payload_t {
payload_t *payload_create(payload_type_t type);
/**
* Check if a specific payload is implemented, or handled as unkown payload.
* Check if a specific payload is implemented, or handled as unknown payload.
*
* @param type type of the payload to check
* @return FALSE if payload type handled as unkown payload
* @return FALSE if payload type handled as unknown payload
*/
bool payload_is_known(payload_type_t type);