summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-05-05 18:05:29 -0400
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>2021-05-05 18:05:29 -0400
commit89bb0881cb71d476cd201eea815fe203a69f8423 (patch)
treeeeee26a15d8841e9d528f2f290f8646d3993a125 /lib
parent4535db228ed23131cd21d056a9bd47924ec08811 (diff)
downloadgnutls-89bb0881cb71d476cd201eea815fe203a69f8423.tar.gz
spelling: The possessive pronoun "its" has no apostrophe.
"it's" is for contractions like "it is" or "it has". "its" is a possessive pronoun, like "his" or "hers" or "theirs", none of which have an apostrophe in them either. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net>
Diffstat (limited to 'lib')
-rw-r--r--lib/auth/vko_gost.c2
-rw-r--r--lib/x509/x509_write.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/auth/vko_gost.c b/lib/auth/vko_gost.c
index 35a4a2b0fb..76542025a1 100644
--- a/lib/auth/vko_gost.c
+++ b/lib/auth/vko_gost.c
@@ -45,7 +45,7 @@ static int proc_vko_gost_client_kx(gnutls_session_t session,
* random PMS. Then encrypted PMS and client's ephemeral public key are wrappen
* in ASN.1 structure and sent in KX message.
*
- * Server uses decodes ASN.1 structure and uses it's own private key and
+ * Server uses decodes ASN.1 structure and uses its own private key and
* client's ephemeral public key to unwrap PMS.
*
* Note, this KX is not PFS one, despite using ephemeral key pairs on client
diff --git a/lib/x509/x509_write.c b/lib/x509/x509_write.c
index 7f79515386..e9a7087bdc 100644
--- a/lib/x509/x509_write.c
+++ b/lib/x509/x509_write.c
@@ -1249,7 +1249,7 @@ gnutls_x509_crt_set_expiration_time(gnutls_x509_crt_t cert,
* as an opaque field by several CAs. For this reason this function
* accepts any kind of data as a serial number. To be consistent
* with the X.509/PKIX specifications the provided @serial should be
- * a big-endian positive number (i.e. it's leftmost bit should be zero).
+ * a big-endian positive number (i.e. its leftmost bit should be zero).
*
* The size of the serial is restricted to 20 bytes maximum by RFC5280.
* This function allows writing more than 20 bytes but the generated