aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kąkol <piotrkakol@protonmail.com>2018-09-23 18:31:30 +0200
committerPiotr Kąkol <piotrkakol@protonmail.com>2018-09-23 18:31:30 +0200
commita69271faf78ce6071fd58e21c08f69ddc8c7814d (patch)
tree06bb2037445fe06b18c8bfeaabeb6a496733dfe1
parentMerge pull request #4416 (diff)
downloadmonero-a69271faf78ce6071fd58e21c08f69ddc8c7814d.tar.xz
Fixed a typo
-rw-r--r--cmake/CheckLinkerFlag.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/CheckLinkerFlag.cmake b/cmake/CheckLinkerFlag.cmake
index a3879d0be..2b507ab71 100644
--- a/cmake/CheckLinkerFlag.cmake
+++ b/cmake/CheckLinkerFlag.cmake
@@ -39,7 +39,7 @@ macro(CHECK_LINKER_FLAG flag VARIABLE)
endif()
set(${VARIABLE} "" CACHE INTERNAL "Have linker flag ${flag}")
file(APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
- "Determining if the ${flag} linker flag is suppored "
+ "Determining if the ${flag} linker flag is supported "
"failed with the following output:\n"
"${OUTPUT}\n\n")
endif()