diff options
| author | Kazuaki Ishizaki <ishizaki@jp.ibm.com> | 2020-04-07 01:06:02 +0900 |
|---|---|---|
| committer | Kazuaki Ishizaki <ishizaki@jp.ibm.com> | 2020-04-07 01:06:16 +0900 |
| commit | e9264b746b81a63323d884ea07b2ebfbb660d004 (patch) | |
| tree | 6f3500aebd252120ccdd60c484dce0ac76eb45fb /lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | |
| parent | ad08ecbd16854ec85809280f3db491aee0317423 (diff) | |
[lldb] NFC: Fix trivial typo in comments, documents, and messages
Differential Revision: https://reviews.llvm.org/D77460
Diffstat (limited to 'lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp')
| -rw-r--r-- | lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp index 92060ee08cdc..40ed22aceebf 100644 --- a/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp +++ b/lldb/source/Plugins/ScriptInterpreter/Python/PythonDataObjects.cpp @@ -1044,7 +1044,7 @@ std::string PythonException::ReadBacktrace() const { if (!backtrace) { std::string message = std::string(toCString()) + "\n" + - "Traceback unavailble, an error occurred while reading it:\n"; + "Traceback unavailable, an error occurred while reading it:\n"; return (message + llvm::toString(backtrace.takeError())); } |
