summaryrefslogtreecommitdiffstats
path: root/lldb/source/Commands/CommandObjectTranslate.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/source/Commands/CommandObjectTranslate.cpp')
-rw-r--r--lldb/source/Commands/CommandObjectTranslate.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectTranslate.cpp b/lldb/source/Commands/CommandObjectTranslate.cpp
index 48a10626c8d..88f5327e84b 100644
--- a/lldb/source/Commands/CommandObjectTranslate.cpp
+++ b/lldb/source/Commands/CommandObjectTranslate.cpp
@@ -59,7 +59,7 @@ CommandObjectTranslate::Execute
}
else
{
- result.AppendErrroWithFormat
+ result.AppendErrorWithFormat
("'%s' is not a known command.\nTry 'help' to see a current list of commands.\n",
command.GetArgumentAtIndex(0));
result.SetStatus (eReturnStatusFailed);
OpenPOWER on IntegriCloud