[lldb] Fix a CMake warning typo. NFC.
authorMartin Storsjö <martin@martin.st>
Mon, 13 Jul 2020 19:47:31 +0000 (22:47 +0300)
committerMartin Storsjö <martin@martin.st>
Mon, 13 Jul 2020 19:48:17 +0000 (22:48 +0300)
lldb/tools/debugserver/source/CMakeLists.txt

index 9a7e2eb..b29b3dd 100644 (file)
@@ -41,7 +41,7 @@ function(get_debugserver_codesign_identity result)
     return()
   endif()
 
-  message(WARNING "Development code sign identiy not found: 'lldb_codesign' ${not_found_help}")
+  message(WARNING "Development code sign identity not found: 'lldb_codesign' ${not_found_help}")
 
   # LLVM pendant: fallback if available
   if(LLVM_CODESIGNING_IDENTITY)