typo in CMakeLists.txt (dotnet/coreclr#9763)
authorJohn Gorter <john.gorter@gmail.com>
Fri, 24 Feb 2017 14:41:42 +0000 (15:41 +0100)
committerJan Kotas <jkotas@microsoft.com>
Fri, 24 Feb 2017 14:41:42 +0000 (06:41 -0800)
Commit migrated from https://github.com/dotnet/coreclr/commit/7716164c1d69b10b32a46060ec55d17d77ff5bd8

src/coreclr/src/corefx/System.Globalization.Native/CMakeLists.txt

index 9ecb0e0..1d63432 100644 (file)
@@ -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()