Skip to content

Commit

Permalink
readme: fix grammatical error
Browse files Browse the repository at this point in the history
Co-authored-by: Theo Buehler <[email protected]>
  • Loading branch information
joshuasing and botovq authored Dec 19, 2023
1 parent f25f055 commit 02cfc09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 02cfc09

Please sign in to comment.