]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
Fix some typos [ci skip]
authorAndreas Metzler <ametzler@bebt.de>
Sat, 26 Aug 2017 15:49:28 +0000 (17:49 +0200)
committerNikos Mavrogiannopoulos <nmav@gnutls.org>
Sun, 27 Aug 2017 13:40:12 +0000 (15:40 +0200)
occurence -> occurrence
sucessful -> successful

Signed-off-by: Andreas Metzler <ametzler@bebt.de>
lib/cert.c
src/serv-args.def

index fa451da5d5ef0243db48560e29ac7bcf8d9aafee..10a646c493aa5b2ed62a498618110af6fce623cc 100644 (file)
@@ -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
  **/
index f04641e0e20ec47cdd3250d479101d363d82fe7a..bfb53954f5a46be03ea8e2061c02dcd43b7ec442 100644 (file)
@@ -182,7 +182,7 @@ flag = {
     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;
@@ -194,7 +194,7 @@ flag = {
     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;