From 02cfc0911df952f6ee9a49ca31b11edaefe20ec8 Mon Sep 17 00:00:00 2001 From: Joshua Sing Date: Wed, 20 Dec 2023 02:23:16 +1100 Subject: [PATCH] readme: fix grammatical error Co-authored-by: Theo Buehler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a132ff70fc..e4f56b17e2 100644 --- a/README.md +++ b/README.md @@ -219,7 +219,7 @@ target_link_libraries(test LibreSSL::TLS) Following the guide in the sections above to compile LibreSSL using make and running `sudo make install` will install LibreSSL to the `/usr/local/` folder, -and will found automatically by find_package. If your system installs it to +and will be found automatically by find_package. If your system installs it to another location, or you have placed them yourself in a different location, you can set the CMake variable `LIBRESSL_ROOT_DIR` to the correct path, to help CMake find the library.