diff options
author | Joshua Sing <joshua@hypera.dev> | 2023-12-20 02:23:16 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-20 02:23:16 +1100 |
commit | 02cfc0911df952f6ee9a49ca31b11edaefe20ec8 (patch) | |
tree | b3740d16f20d42c665696f92b087ef452b5f5a0e | |
parent | f25f055c64d54c62f1a1a1e97a903bce7b5e6ed3 (diff) | |
download | portable-02cfc0911df952f6ee9a49ca31b11edaefe20ec8.tar.gz portable-02cfc0911df952f6ee9a49ca31b11edaefe20ec8.tar.bz2 portable-02cfc0911df952f6ee9a49ca31b11edaefe20ec8.zip |
readme: fix grammatical error
Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -219,7 +219,7 @@ target_link_libraries(test LibreSSL::TLS) | |||
219 | 219 | ||
220 | Following the guide in the sections above to compile LibreSSL using make and | 220 | Following the guide in the sections above to compile LibreSSL using make and |
221 | running `sudo make install` will install LibreSSL to the `/usr/local/` folder, | 221 | running `sudo make install` will install LibreSSL to the `/usr/local/` folder, |
222 | and will found automatically by find_package. If your system installs it to | 222 | and will be found automatically by find_package. If your system installs it to |
223 | another location, or you have placed them yourself in a different location, you | 223 | another location, or you have placed them yourself in a different location, you |
224 | can set the CMake variable `LIBRESSL_ROOT_DIR` to the correct path, to help | 224 | can set the CMake variable `LIBRESSL_ROOT_DIR` to the correct path, to help |
225 | CMake find the library. | 225 | CMake find the library. |