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
@@ -31,7 +31,7 @@ typedef struct ocsp_request_t ocsp_request_t;
struct ocsp_request_t {
/**
* Implements certificiate_t interface
* Implements certificate_t interface
*/
certificate_t interface;
};
@@ -50,7 +50,7 @@ extern enum_name_t *ocsp_status_names;
struct ocsp_response_t {
/**
* Implements certificiate_t interface
* Implements certificate_t interface
*/
certificate_t certificate;