diff options
Diffstat (limited to 'src/charon/encoding/message.h')
-rw-r--r-- | src/charon/encoding/message.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/charon/encoding/message.h b/src/charon/encoding/message.h index 73c2e05c6..8f0be56a9 100644 --- a/src/charon/encoding/message.h +++ b/src/charon/encoding/message.h @@ -319,7 +319,7 @@ struct message_t { iterator_t * (*get_payload_iterator) (message_t *this); /** - * @brief Find a payload of a spicific type. + * @brief Find a payload of a specific type. * * Returns the first occurance. * |