changes opensssl typos to openssl
authorSam Eaton <sam@eaton.party>
Fri, 3 Dec 2021 22:47:26 +0000 (14:47 -0800)
committerPauli <ppzgs1@gmail.com>
Fri, 10 Dec 2021 04:18:22 +0000 (15:18 +1100)
CLA: trivial

Reviewed-by: Shane Lontis <shane.lontis@oracle.com>
Reviewed-by: Paul Dale <pauli@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/17191)

NOTES-VALGRIND.md
doc/man1/openssl-mac.pod.in
include/openssl/macros.h

index a37e323e23fbe16f2ce0e3164920a76f16c4b2e2..2700324efa36d55bf8955ca96e83a83de27ef8d3 100644 (file)
@@ -16,7 +16,7 @@ Requirements
    See <http://valgrind.org/info/platforms.html>
 2. Valgrind installed on the platform
    See <http://valgrind.org/downloads/current.html>
-3. OpensSSL compiled
+3. OpenSSL compiled
    See [INSTALL.md](INSTALL.md)
 
 Running Tests
index b368b79bc774bc5c3e49b957777ee047aa6292f8..e76e185e08af85251fb2b3eb5afb3d0216c8ffce 100644 (file)
@@ -116,7 +116,7 @@ This option is identical to the B<-cipher> option.
 =item I<mac_name>
 
 Specifies the name of a supported MAC algorithm which will be used.
-To see the list of supported MAC's use the command C<opensssl list
+To see the list of supported MAC's use the command C<openssl list
 -mac-algorithms>.
 
 =back
index 7d37798560826504e0aaa9f747e2517e3c1cfdde..a6bc3f1feb04043a0273e17c6e56c52536b5a87a 100644 (file)
@@ -20,7 +20,7 @@
 # define OPENSSL_MSTR(x) OPENSSL_MSTR_HELPER(x)
 
 /*
- * Sometimes OPENSSSL_NO_xxx ends up with an empty file and some compilers
+ * Sometimes OPENSSL_NO_xxx ends up with an empty file and some compilers
  * don't like that.  This will hopefully silence them.
  */
 # define NON_EMPTY_TRANSLATION_UNIT static void *dummy = &dummy;