Skip to content

Commit

Permalink
[lldb] Fix a CMake warning typo. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
mstorsjo committed Jul 13, 2020
1 parent 31b5b12 commit 340c376
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lldb/tools/debugserver/source/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 340c376

Please sign in to comment.