]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
doc fix
authorNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 5 Jan 2013 19:02:11 +0000 (20:02 +0100)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sat, 5 Jan 2013 19:02:11 +0000 (20:02 +0100)
lib/x509/pkcs12.c

index 49c66bd76a3f047832461f7e5fe56682db28b146..74cbc7ff94287896761c0f03e6b40230b304fb09 100644 (file)
@@ -1399,21 +1399,21 @@ skip:
  * private key, the corresponding certificate chain, and any additional
  * certificates and a CRL.
  *
- * The @extra_certs_ret and @extra_certs_ret_len parameters are optional
+ * The @extra_certs_ret and @extra_certs_len parameters are optional
  * and both may be set to %NULL. If either is non-%NULL, then both must
- * be.
+ * be set.
  * 
  * Encrypted PKCS#12 bags and PKCS#8 private keys are supported.  However,
  * only password based security, and the same password for all
  * operations, are supported.
  *
- * PKCS#12 file may contain many keys and/or certificates, and there
+ * PKCS#12 file may contain many keys and/or certificates, and there
  * is no way to identify which key/certificate pair you want.  You
  * should make sure the PKCS#12 file only contain one key/certificate
  * pair and/or one CRL.
  *
- * It is believed that the limitations of this function is acceptable
- * for most usage, and that any more flexibility would introduce
+ * It is believed that the limitations of this function are acceptable
+ * for common usage, and that any more flexibility would introduce
  * complexity that would make it harder to use this functionality at
  * all.
  *