* or use gnutls_certificate_verify_peers3().
*
* Returns: %GNUTLS_E_SUCCESS (0) when the validation is performed, or a negative error code otherwise.
- * A sucessful error code means that the @status parameter must be checked to obtain the validation status.
+ * A successful error code means that the @status parameter must be checked to obtain the validation status.
**/
int
gnutls_certificate_verify_peers2(gnutls_session_t session,
* key usage), use gnutls_certificate_verify_peers().
*
* Returns: %GNUTLS_E_SUCCESS (0) when the validation is performed, or a negative error code otherwise.
- * A sucessful error code means that the @status parameter must be checked to obtain the validation status.
+ * A successful error code means that the @status parameter must be checked to obtain the validation status.
*
* Since: 3.1.4
**/
* %GNUTLS_CERT_SIGNER_CONSTRAINTS_FAILURE flag set.
*
* Returns: %GNUTLS_E_SUCCESS (0) when the validation is performed, or a negative error code otherwise.
- * A sucessful error code means that the @status parameter must be checked to obtain the validation status.
+ * A successful error code means that the @status parameter must be checked to obtain the validation status.
*
* Since: 3.3.0
**/
descrip = "X.509 key file or PKCS #11 URL to use";
doc = "Specify the private key file or URI to use; it must correspond to
the certificate specified in --x509certfile. Multiple keys and certificates
-can be specified with this option and in that case each occurence of keyfile
+can be specified with this option and in that case each occurrence of keyfile
must be followed by the corresponding x509certfile or vice-versa.";
stack-arg;
max = NOLIMIT;
descrip = "X.509 Certificate file or PKCS #11 URL to use";
doc = "Specify the certificate file or URI to use; it must correspond to
the key specified in --x509keyfile. Multiple keys and certificates
-can be specified with this option and in that case each occurence of keyfile
+can be specified with this option and in that case each occurrence of keyfile
must be followed by the corresponding x509certfile or vice-versa.";
stack-arg;
max = NOLIMIT;