Skip to content

Commit 0926255

Browse files
committed
[lldb] Fix typos in ScriptedInterface.h
1 parent 2012b25 commit 0926255

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lldb/include/lldb/Interpreter/Interfaces/ScriptedInterface.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ class ScriptedInterface {
3636
template <typename Ret>
3737
static Ret ErrorWithMessage(llvm::StringRef caller_name,
3838
llvm::StringRef error_msg, Status &error,
39-
LLDBLog log_caterogy = LLDBLog::Process) {
40-
LLDB_LOGF(GetLog(log_caterogy), "%s ERROR = %s", caller_name.data(),
39+
LLDBLog log_category = LLDBLog::Process) {
40+
LLDB_LOGF(GetLog(log_category), "%s ERROR = %s", caller_name.data(),
4141
error_msg.data());
4242
std::string full_error_message =
4343
llvm::Twine(caller_name + llvm::Twine(" ERROR = ") +

0 commit comments

Comments
 (0)