summaryrefslogtreecommitdiff
path: root/lib/x509/x509_write.c
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/x509/x509_write.c
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/x509/x509_write.c')
-rw-r--r--lib/x509/x509_write.c2
1 files changed, 1 insertions, 1 deletions
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