]> git.ipfire.org Git - thirdparty/strongswan.git/blobdiff - src/libstrongswan/plugins/pem/pem_encoder.c
Spelling fixes
[thirdparty/strongswan.git] / src / libstrongswan / plugins / pem / pem_encoder.c
index 76b0b7b4091bcd9d98fd4e0400ebbfa09d41c806..ba322479782bd90a413f027746191af56b6f59f0 100644 (file)
@@ -15,6 +15,8 @@
 
 #include "pem_encoder.h"
 
+#include <library.h>
+
 #define BYTES_PER_LINE 48
 
 /**
@@ -118,7 +120,7 @@ bool pem_encoder_encode(cred_encoding_type_t type, chunk_t *encoding,
                        }
                        if (cred_encoding_args(args, CRED_PART_PKCS10_ASN1_DER,
                                                                   &asn1, CRED_PART_END))
-                       {       /* PEM encode PKCS10 certificate reqeuest */
+                       {       /* PEM encode PKCS10 certificate request */
                                label = "CERTIFICATE REQUEST";
                                break;
                        }