From d1f162f9e340d6b9d213b8aabdd50802e0ab75fc Mon Sep 17 00:00:00 2001 From: Anton Kolesnyk <41349689+antkmsft@users.noreply.github.com> Date: Mon, 7 Dec 2020 19:56:21 -0800 Subject: [PATCH] Fix typo (#1091) This change was extracted from #1013, in order to isolate some of the changes. --- sdk/core/azure-core/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/core/azure-core/CMakeLists.txt b/sdk/core/azure-core/CMakeLists.txt index 92737192b..fa13ed4f7 100644 --- a/sdk/core/azure-core/CMakeLists.txt +++ b/sdk/core/azure-core/CMakeLists.txt @@ -23,7 +23,7 @@ message("Libcurl version ${CURL_VERSION_STRING}") # Storage requires 3.6.0 version for using `contains` feature set(NLOHMANN_JSON_MIN_REQUIRED_VERSION 3.6.0) -# Try to find the config cmake file. Tipically for when the integration is made at CMake level +# Try to find the config cmake file. Typically for when the integration is made at CMake level # (CMake project available with a configuration file to consume) find_package(nlohmann_json ${NLOHMANN_JSON_MIN_REQUIRED_VERSION} CONFIG QUIET) if(NOT nlohmann_json_FOUND)