diff options
author | Paul Yang <paulyang.inf@gmail.com> | 2017-05-15 15:01:53 +0200 |
---|---|---|
committer | Richard Levitte <levitte@openssl.org> | 2017-05-17 20:22:32 +0200 |
commit | a74341f9f9277959beb08063bfd41e30bdee6ed0 (patch) | |
tree | eba9b7c5180014c897938657e37c6f8bb4fba318 | |
parent | Fix compile error/warning in packettest.c (diff) | |
download | openssl-a74341f9f9277959beb08063bfd41e30bdee6ed0.tar.xz openssl-a74341f9f9277959beb08063bfd41e30bdee6ed0.zip |
Fix typo in INSTALL file
recocognised -> recognised
CLA: trivial
Signed-off-by: Paul Yang <paulyang.inf@gmail.com>
Reviewed-by: Andy Polyakov <appro@openssl.org>
Reviewed-by: Richard Levitte <levitte@openssl.org>
(Merged from https://github.com/openssl/openssl/pull/3470)
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -515,7 +515,7 @@ with rmd160. -Dxxx, lxxx, -Lxxx, -Wl, -rpath, -R, -framework, -static - These system specific options will be recocognised and + These system specific options will be recognised and passed through to the compiler to allow you to define preprocessor symbols, specify additional libraries, library directories or other compiler options. It might be worth |