diff --git a/NOTES-VALGRIND.md b/NOTES-VALGRIND.md index a37e323e23..2700324efa 100644 --- a/NOTES-VALGRIND.md +++ b/NOTES-VALGRIND.md @@ -16,7 +16,7 @@ Requirements See 2. Valgrind installed on the platform See -3. OpensSSL compiled +3. OpenSSL compiled See [INSTALL.md](INSTALL.md) Running Tests diff --git a/doc/man1/openssl-mac.pod.in b/doc/man1/openssl-mac.pod.in index b368b79bc7..e76e185e08 100644 --- a/doc/man1/openssl-mac.pod.in +++ b/doc/man1/openssl-mac.pod.in @@ -116,7 +116,7 @@ This option is identical to the B<-cipher> option. =item I Specifies the name of a supported MAC algorithm which will be used. -To see the list of supported MAC's use the command C. =back diff --git a/include/openssl/macros.h b/include/openssl/macros.h index 7d37798560..a6bc3f1feb 100644 --- a/include/openssl/macros.h +++ b/include/openssl/macros.h @@ -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;