diff options
author | Joshua Sing <joshua@hypera.dev> | 2023-12-20 02:23:16 +1100 |
---|---|---|
committer | Brent Cook <busterb@gmail.com> | 2024-03-03 15:32:50 -0600 |
commit | 9301c165b4206eb86f315e0fe35ddcc0626866dc (patch) | |
tree | 99e5528ed816900c729896b3803a99bff3d4fb0b | |
parent | e675560c04798456de27fae931ee493c81dfb70e (diff) | |
download | portable-9301c165b4206eb86f315e0fe35ddcc0626866dc.tar.gz portable-9301c165b4206eb86f315e0fe35ddcc0626866dc.tar.bz2 portable-9301c165b4206eb86f315e0fe35ddcc0626866dc.zip |
readme: fix grammatical error
Co-authored-by: Theo Buehler <botovq@users.noreply.github.com>
Diffstat (limited to '')
-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. |