Skip to content

Commit 340c376

Browse files
committed
[lldb] Fix a CMake warning typo. NFC.
1 parent 31b5b12 commit 340c376

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lldb/tools/debugserver/source/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ function(get_debugserver_codesign_identity result)
4141
return()
4242
endif()
4343

44-
message(WARNING "Development code sign identiy not found: 'lldb_codesign' ${not_found_help}")
44+
message(WARNING "Development code sign identity not found: 'lldb_codesign' ${not_found_help}")
4545

4646
# LLVM pendant: fallback if available
4747
if(LLVM_CODESIGNING_IDENTITY)

0 commit comments

Comments
 (0)