From 1f98cf2a9a017bc9d888b27640b228be17391e2d Mon Sep 17 00:00:00 2001 From: MamaTierra Date: Wed, 25 Aug 2021 11:11:59 -0400 Subject: [PATCH] [typo] fix typo in 01 --- 01-basic/H-third-party-library/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/01-basic/H-third-party-library/README.adoc b/01-basic/H-third-party-library/README.adoc index c6fbf0d..c85c364 100644 --- a/01-basic/H-third-party-library/README.adoc +++ b/01-basic/H-third-party-library/README.adoc @@ -51,7 +51,7 @@ The arguments are: * Boost - Name of the library. This is part of used to find the module file FindBoost.cmake * 1.46.1 - The minimum version of boost to find - * REQUIRED - Tells the module that this is required and to fail it it cannot be found + * REQUIRED - Tells the module that this is required and to fail if it cannot be found * COMPONENTS - The list of libraries to find. Boost includes can take more arguments and also make use of other variables.