diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2022-08-23 20:45:13 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2022-10-12 07:55:28 +0200 |
commit | 9929c81702381bff54f833d6fe0a3304f4e2b635 (patch) | |
tree | 7526b6e7a38f56eda999a11db3c74858ca90bde0 /test/x509_time_test.c | |
parent | Fix various typos, repeated words, align some spelling to LDP. (diff) | |
download | openssl-9929c81702381bff54f833d6fe0a3304f4e2b635.tar.xz openssl-9929c81702381bff54f833d6fe0a3304f4e2b635.zip |
apps & al : Fix various typos, repeated words, align some spelling to LDP.
Mostly revamped from #16712
- fall thru -> fall through
- time stamp -> timestamp
- host name -> hostname
- ipv6 -> IPv6
Reviewed-by: Tomas Mraz <tomas@openssl.org>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/19059)
Diffstat (limited to 'test/x509_time_test.c')
-rw-r--r-- | test/x509_time_test.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/test/x509_time_test.c b/test/x509_time_test.c index 711dfcb5b6..9fa9297cf3 100644 --- a/test/x509_time_test.c +++ b/test/x509_time_test.c @@ -72,7 +72,7 @@ static TESTDATA_FORMAT x509_format_tests[] = { "20170217180105.001Z", 0, 0, -1, NULL, }, { - /* time zone, check only */ + /* timezone, check only */ "20170217180105+0800", 0, 0, -1, NULL, }, { @@ -84,7 +84,7 @@ static TESTDATA_FORMAT x509_format_tests[] = { "20170217180105.001Z", 1, 0, -1, NULL, }, { - /* time zone, set string */ + /* timezone, set string */ "20170217180105+0800", 1, 0, -1, NULL, }, { @@ -113,7 +113,7 @@ static TESTDATA_FORMAT x509_format_tests[] = { "040229180101Z", 0, 1, -1, NULL, }, { - /* time zone, check only */ + /* timezone, check only */ "170217180154+0800", 0, 0, -1, NULL, }, { @@ -121,7 +121,7 @@ static TESTDATA_FORMAT x509_format_tests[] = { "1702171801Z", 1, 0, -1, NULL, }, { - /* time zone, set string */ + /* timezone, set string */ "170217180154+0800", 1, 0, -1, NULL, }, { |