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
@@ -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);