]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
fixed typo
authorAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 4 Apr 2010 08:29:36 +0000 (10:29 +0200)
committerAndreas Steffen <andreas.steffen@strongswan.org>
Sun, 4 Apr 2010 08:29:36 +0000 (10:29 +0200)
src/libstrongswan/credentials/keys/key_encoding.h

index 3841171661c95db2776caa376572097a24646e6e..d8435f4b4b80df1cf6760e43474d4fbef9ada711 100644 (file)
@@ -79,7 +79,7 @@ enum key_encoding_type_t {
        KEY_PRIV_ASN1_DER,
        /** subjectPublicKeyInfo encoding */
        KEY_PUB_SPKI_ASN1_DER,
-       /** PEM oncoded PKCS#1 key */
+       /** PEM encoded PKCS#1 key */
        KEY_PUB_PEM,
        KEY_PRIV_PEM,
        /** PGP key encoding */