diff options
author | Andreas Metzler <ametzler@bebt.de> | 2017-08-26 17:49:28 +0200 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2017-08-27 15:40:12 +0200 |
commit | 36e1ebac5d64c556b2c1b52eae231dbea8af64b2 (patch) | |
tree | fa6993d9c15f5fd91aae3e6a0560f49947f5c552 /lib | |
parent | 72d25d427078d3de5c25c3b5406b0313ffd813ab (diff) | |
download | gnutls-36e1ebac5d64c556b2c1b52eae231dbea8af64b2.tar.gz |
Fix some typos [ci skip]
occurence -> occurrence
sucessful -> successful
Signed-off-by: Andreas Metzler <ametzler@bebt.de>
Diffstat (limited to 'lib')
-rw-r--r-- | lib/cert.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/cert.c b/lib/cert.c index fa451da5d5..10a646c493 100644 --- a/lib/cert.c +++ b/lib/cert.c @@ -476,7 +476,7 @@ _gnutls_x509_get_raw_crt_expiration_time(const gnutls_datum_t * cert) * 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, @@ -509,7 +509,7 @@ 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 **/ @@ -556,7 +556,7 @@ gnutls_typed_vdata_st data; * %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 **/ |