From af1b7d06d9e45c7e20540aa3bf81f1be5befaa0f Mon Sep 17 00:00:00 2001 From: Ed Maste Date: Wed, 1 Apr 2020 23:57:16 -0400 Subject: Correct copy-pasteo in lua script language description --- lldb/source/Commands/CommandObjectWatchpointCommand.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lldb/source/Commands/CommandObjectWatchpointCommand.cpp') diff --git a/lldb/source/Commands/CommandObjectWatchpointCommand.cpp b/lldb/source/Commands/CommandObjectWatchpointCommand.cpp index d86f4a3..11bf88d 100644 --- a/lldb/source/Commands/CommandObjectWatchpointCommand.cpp +++ b/lldb/source/Commands/CommandObjectWatchpointCommand.cpp @@ -39,7 +39,7 @@ static constexpr OptionEnumValueElement g_script_option_enumeration[] = { { eScriptLanguageLua, "lua", - "Commands are in the Python language.", + "Commands are in the Lua language.", }, { eSortOrderByName, -- cgit v1.1