summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Metzler <ametzler@bebt.de>2016-09-11 16:00:57 +0200
committerNikos Mavrogiannopoulos <nmav@redhat.com>2016-09-12 08:40:44 +0200
commitf70709b91650870c4b654267640cd32dca56e04d (patch)
treebe8bf18964d9e2c7eb72c6776028ff5ec30672ae
parent1c1619edd331cecbdaf8cfa0215808356d2de13a (diff)
downloadgnutls-f70709b91650870c4b654267640cd32dca56e04d.tar.gz
Typo fixes found by lintian.
incosistent, ommited
-rw-r--r--lib/x509/x509_write.c2
-rw-r--r--src/ocsptool-args.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c
index bf6cba155e..5cb2aee3a3 100644
--- a/lib/x509/x509_write.c
+++ b/lib/x509/x509_write.c
@@ -571,7 +571,7 @@ gnutls_x509_crt_set_key_usage(gnutls_x509_crt_t crt, unsigned int usage)
* extension. This function assumes that data can be expressed as a null
* terminated string.
*
- * The name of the function is unfortunate since it is incosistent with
+ * The name of the function is unfortunate since it is inconsistent with
* gnutls_x509_crt_get_subject_alt_name().
*
* Returns: On success, %GNUTLS_E_SUCCESS (0) is returned, otherwise a
diff --git a/src/ocsptool-args.def b/src/ocsptool-args.def
index c772e74730..b3a62734a7 100644
--- a/src/ocsptool-args.def
+++ b/src/ocsptool-args.def
@@ -265,7 +265,7 @@ $ ocsptool --ask ocsp.CAcert.org --load-issuer issuer.pem \
@end example
The request is sent via HTTP to the OCSP server address specified. If the
-address is ommited ocsptool will use the address stored in the certificate.
+address is omitted ocsptool will use the address stored in the certificate.
_EOF_;
};