From: Daniel Kahn Gillmor Date: Wed, 5 May 2021 22:05:29 +0000 (-0400) Subject: spelling: The possessive pronoun "its" has no apostrophe. X-Git-Tag: 3.7.2~17^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89bb0881cb71d476cd201eea815fe203a69f8423;p=thirdparty%2Fgnutls.git 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 --- diff --git a/fuzz/README.md b/fuzz/README.md index fecd62405c..189d234ada 100644 --- a/fuzz/README.md +++ b/fuzz/README.md @@ -87,7 +87,7 @@ xdg-open # 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. 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 diff --git a/src/certtool-args.def b/src/certtool-args.def index 242a01871a..5eef8e7110 100644 --- a/src/certtool-args.def +++ b/src/certtool-args.def @@ -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 diff --git a/src/certtool-cfg.c b/src/certtool-cfg.c index 03358524d6..a8103cb837 100644 --- a/src/certtool-cfg.c +++ b/src/certtool-cfg.c @@ -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,