Fixed some typos

This commit is contained in:
Tobias Brunner
2015-08-13 15:12:34 +02:00
parent dc2fa791e4
commit f809e485fb
5 changed files with 8 additions and 8 deletions
@@ -222,4 +222,4 @@ fragment_payload_t *fragment_payload_create_from_data(u_int8_t num, bool last,
this->data = chunk_clone(data);
this->payload_length = get_header_length(this) + data.len;
return &this->public;
}
}