From 5e3e46847e56bd411cbc8c3c7f8698cdb06034b2 Mon Sep 17 00:00:00 2001 From: Nik Nyby Date: Sat, 30 Sep 2017 23:48:25 -0400 Subject: [PATCH] Variables.cmake: fix typo - Unkown -> Unknown --- indra/cmake/Variables.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/indra/cmake/Variables.cmake b/indra/cmake/Variables.cmake index ea904742e..54b80ea00 100644 --- a/indra/cmake/Variables.cmake +++ b/indra/cmake/Variables.cmake @@ -108,7 +108,7 @@ if (${CMAKE_SYSTEM_NAME} MATCHES "Linux") set(WORD_SIZE 32) set(AUTOBUILD_PLATFORM_NAME "linux") else() - message(FATAL_ERROR "Unkown Architecture!") + message(FATAL_ERROR "Unknown Architecture!") endif (CMAKE_SIZEOF_VOID_P EQUAL 8) endif (WORD_SIZE EQUAL 32)