diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-07-18 17:27:11 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-07-18 18:30:36 +0200 |
commit | 0ceb2888150afb793c6d8ace1ecdc70efd390a45 (patch) | |
tree | 2adc09c8348470729bcac31b964ce091c4b1bb7c /src/libstrongswan/credentials | |
parent | cb6c4e0430d5dd2aba9dfa0ef5f2e4f5b0c6455b (diff) | |
download | strongswan-0ceb2888150afb793c6d8ace1ecdc70efd390a45.tar.bz2 strongswan-0ceb2888150afb793c6d8ace1ecdc70efd390a45.tar.xz |
Fix various API doc issues and typos
Partially based on an old patch by Adrian-Ken Rueegsegger.
Diffstat (limited to 'src/libstrongswan/credentials')
-rw-r--r-- | src/libstrongswan/credentials/keys/public_key.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/credentials/keys/public_key.h b/src/libstrongswan/credentials/keys/public_key.h index fdbe17f2c..2afcf8325 100644 --- a/src/libstrongswan/credentials/keys/public_key.h +++ b/src/libstrongswan/credentials/keys/public_key.h @@ -192,7 +192,7 @@ struct public_key_t { /** * Get the key in an encoded form as a chunk. * - * @param type type of the encoding, one of PRIVKEY_* + * @param type type of the encoding, one of PUBKEY_* * @param encoding encoding of the key, allocated * @return TRUE if encoding supported */ |