]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
spelling: The possessive pronoun "its" has no apostrophe.
authorDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 5 May 2021 22:05:29 +0000 (18:05 -0400)
committerDaniel Kahn Gillmor <dkg@fifthhorseman.net>
Wed, 5 May 2021 22:05:29 +0000 (18:05 -0400)
"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>
fuzz/README.md
lib/auth/vko_gost.c
lib/x509/x509_write.c
src/certtool-args.def
src/certtool-cfg.c

index fecd62405cd0de592bfcb75c0a7d29ad54d5bc28..189d234ada5f62863a7c35767da458d85153d141 100644 (file)
@@ -87,7 +87,7 @@ xdg-open <URI given by previous command>
 # repeat the last three steps after changing *fuzzer.c
 ```
 
-Each fuzzer target has it's own files/functions to cover, e.g.
+Each fuzzer target has its own files/functions to cover, e.g.
 `gnutls_base64_decode_fuzzer` covers lib/x509_b64.c.
 
 To work on corpora for better coverage, `cd fuzz` and use e.g.
index 35a4a2b0fbb875c435ec870cd4a92dd4185fe9a4..76542025a1799e343409414a15f13edc43bfdf09 100644 (file)
@@ -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
index 7f7951538602487f79a7507f987010cc5d21771c..e9a7087bdc6f445fa00b8cc6b9d76b5cf08f3008 100644 (file)
@@ -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
index 242a01871a6ecd57be97f682fc759660415e1253..5eef8e71102572a142297ef6a3e98d834bc52569 100644 (file)
@@ -998,15 +998,15 @@ encryption_key
 # cRLSign flag in RFC5280 terminology.
 #crl_signing_key
 
-# The keyAgreement flag of RFC5280. It's purpose is loosely
+# The keyAgreement flag of RFC5280. Its purpose is loosely
 # defined. Not use it unless required by a protocol.
 #key_agreement
 
-# The dataEncipherment flag of RFC5280. It's purpose is loosely
+# The dataEncipherment flag of RFC5280. Its purpose is loosely
 # defined. Not use it unless required by a protocol.
 #data_encipherment
 
-# The nonRepudiation flag of RFC5280. It's purpose is loosely
+# The nonRepudiation flag of RFC5280. Its purpose is loosely
 # defined. Not use it unless required by a protocol.
 #non_repudiation
 
index 03358524d6ed0a3142c2fd3578d84f4d932c7911..a8103cb837cfdb2e111ae8362d83b989458cb218 100644 (file)
@@ -1564,7 +1564,7 @@ int default_crl_number(unsigned char* serial, size_t *size)
  * that contains a default value that will be displayed to the user and
  * maximum size of the buffer that it can fill. When the function
  * returns, either the buffer is not modified to use the default value
- * or it's contents are changed to reflect the user-entered value.
+ * or its contents are changed to reflect the user-entered value.
  **/
 static
 void read_serial_value(unsigned char *serial, size_t *size, size_t max_size,