Fix typo
diff --git a/library/pkparse.c b/library/pkparse.c
index a06d952..56ba3a7 100644
--- a/library/pkparse.c
+++ b/library/pkparse.c
@@ -956,7 +956,7 @@
         return( MBEDTLS_ERR_PK_PASSWORD_REQUIRED );
 
     /*
-     * This function parses the EncryptedPrivatKeyInfo object (PKCS#8)
+     * This function parses the EncryptedPrivateKeyInfo object (PKCS#8)
      *
      *  EncryptedPrivateKeyInfo ::= SEQUENCE {
      *    encryptionAlgorithm  EncryptionAlgorithmIdentifier,