diff options
author | FdaSilvaYY <fdasilvayy@gmail.com> | 2022-08-23 20:40:44 +0200 |
---|---|---|
committer | Pauli <pauli@openssl.org> | 2022-10-12 07:55:28 +0200 |
commit | d7f3a2cc8691c062ef5bdeef28b66f80c8f7d5c3 (patch) | |
tree | 74a37ff5e93aac68a01ea528f4db3146ef233bd2 /NOTES-PERL.md | |
parent | crypto/*: Fix various typos, repeated words, align some spelling to LDP. (diff) | |
download | openssl-d7f3a2cc8691c062ef5bdeef28b66f80c8f7d5c3.tar.xz openssl-d7f3a2cc8691c062ef5bdeef28b66f80c8f7d5c3.zip |
Fix various typos, repeated words, align some spelling to LDP.
Partially 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 'NOTES-PERL.md')
-rw-r--r-- | NOTES-PERL.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/NOTES-PERL.md b/NOTES-PERL.md index b49daed244..3a91f09c2d 100644 --- a/NOTES-PERL.md +++ b/NOTES-PERL.md @@ -117,7 +117,7 @@ descriptions below, `Text::Template` will serve as an example. $ cpan -f -i Text::Template - Note: on VMS, you must quote any argument that contains upper case + Note: on VMS, you must quote any argument that contains uppercase characters, so the lines above would be: $ cpan -i "Text::Template" |