GH601: Various spelling fixes.
[openssl.git] / crypto / pkcs12 / p12_kiss.c
index c53736d183c07998f8de2624360ee7a4450c4ca3..59c84a0493e596129a333ecf7244d115f267d20b 100644 (file)
@@ -75,7 +75,7 @@ static int parse_bag(PKCS12_SAFEBAG *bag, const char *pass, int passlen,
  * Parse and decrypt a PKCS#12 structure returning user key, user cert and
  * other (CA) certs. Note either ca should be NULL, *ca should be NULL, or it
  * should point to a valid STACK structure. pkey and cert can be passed
- * unitialised.
+ * uninitialised.
  */
 
 int PKCS12_parse(PKCS12 *p12, const char *pass, EVP_PKEY **pkey, X509 **cert,