diff options
-rw-r--r-- | src/libstrongswan/crypto/pkcs7.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); |