From: Tobias Brunner Date: Tue, 19 Jun 2012 11:32:24 +0000 (+0200) Subject: Doxygen fix in PKCS#7 wrapper X-Git-Tag: 5.0.0~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d227c79a93f70931fc1a28b932173ddc8cac69a;p=thirdparty%2Fstrongswan.git Doxygen fix in PKCS#7 wrapper --- diff --git a/src/libstrongswan/crypto/pkcs7.h b/src/libstrongswan/crypto/pkcs7.h index 98b3ca8630..7c9a6b0372 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);