Fixed some typos in comments

This commit is contained in:
Volker Rümelin
2013-01-11 10:21:51 +01:00
committed by Martin Willi
parent 3365bddccf
commit 10eee5fcba
4 changed files with 6 additions and 6 deletions
@@ -31,7 +31,7 @@ typedef enum cert_encoding_t cert_encoding_t;
#include <encoding/payloads/payload.h>
/**
* Certifcate encodings, as in RFC4306
* Certificate encodings, as in RFC4306
*/
enum cert_encoding_t {
ENC_PKCS7_WRAPPED_X509 = 1,
@@ -65,9 +65,9 @@ struct cert_payload_t {
payload_t payload_interface;
/**
* Get the playoads encoded certifcate.
* Get the payloads encoded certificate.
*
* @return certifcate copy
* @return certificate copy
*/
certificate_t *(*get_cert)(cert_payload_t *this);
@@ -56,7 +56,7 @@ struct certreq_payload_t {
/**
* Add a certificates keyid to the payload (IKEv2 only).
*
* @param keyid keyid of the trusted certifcate
* @param keyid keyid of the trusted certificate
* @return
*/
void (*add_keyid)(certreq_payload_t *this, chunk_t keyid);