From: John Gorter Date: Fri, 24 Feb 2017 14:41:42 +0000 (+0100) Subject: typo in CMakeLists.txt (#9763) X-Git-Tag: accepted/tizen/base/20180629.140029~2133 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7716164c1d69b10b32a46060ec55d17d77ff5bd8;p=platform%2Fupstream%2Fcoreclr.git typo in CMakeLists.txt (#9763) --- diff --git a/src/corefx/System.Globalization.Native/CMakeLists.txt b/src/corefx/System.Globalization.Native/CMakeLists.txt index 9ecb0e0..1d63432 100644 --- a/src/corefx/System.Globalization.Native/CMakeLists.txt +++ b/src/corefx/System.Globalization.Native/CMakeLists.txt @@ -10,7 +10,7 @@ set(ICU_HOMEBREW_INC_PATH "/usr/local/opt/icu4c/include") find_path(UTYPES_H "unicode/utypes.h" PATHS ${ICU_HOMEBREW_INC_PATH}) if(UTYPES_H STREQUAL UTYPES_H-NOTFOUND) - message(FATAL_ERROR "Cannont find utypes.h, try installing libicu-dev (or the appropriate package for your platform)") + message(FATAL_ERROR "Cannot find utypes.h, try installing libicu-dev (or the appropriate package for your platform)") return() endif()