aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/credentials/certificates/ocsp_request.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2015-08-13 15:03:50 +0200
committerTobias Brunner <tobias@strongswan.org>2015-08-13 15:12:34 +0200
commitf809e485fb8b7229fd5294c5183656f05c993358 (patch)
treed51fa9b7b360803a4f90c958dc6646d7a545bac0 /src/libstrongswan/credentials/certificates/ocsp_request.h
parentdc2fa791e4b914a0099469749648483acdef6fbb (diff)
downloadstrongswan-f809e485fb8b7229fd5294c5183656f05c993358.tar.bz2
strongswan-f809e485fb8b7229fd5294c5183656f05c993358.tar.xz
Fixed some typos
Diffstat (limited to 'src/libstrongswan/credentials/certificates/ocsp_request.h')
-rw-r--r--src/libstrongswan/credentials/certificates/ocsp_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/credentials/certificates/ocsp_request.h b/src/libstrongswan/credentials/certificates/ocsp_request.h
index 0b1871309..730d95d70 100644
--- a/src/libstrongswan/credentials/certificates/ocsp_request.h
+++ b/src/libstrongswan/credentials/certificates/ocsp_request.h
@@ -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;
};