From 5d227c79a93f70931fc1a28b932173ddc8cac69a Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Tue, 19 Jun 2012 13:32:24 +0200 Subject: [PATCH] Doxygen fix in PKCS#7 wrapper --- src/libstrongswan/crypto/pkcs7.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstrongswan/crypto/pkcs7.h b/src/libstrongswan/crypto/pkcs7.h index 98b3ca863..7c9a6b037 100644 --- a/src/libstrongswan/crypto/pkcs7.h +++ b/src/libstrongswan/crypto/pkcs7.h @@ -120,7 +120,7 @@ struct pkcs7_t { /** * Get attributes. * - * @reutrn attributes (internal data) + * @return attributes (internal data) */ pkcs9_t *(*get_attributes) (pkcs7_t *this);