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/test/API/functionalities/plugins/python_os_plugin | |
| parent | ad08ecbd16854ec85809280f3db491aee0317423 (diff) | |
[lldb] NFC: Fix trivial typo in comments, documents, and messages
Differential Revision: https://reviews.llvm.org/D77460
Diffstat (limited to 'lldb/test/API/functionalities/plugins/python_os_plugin')
| -rw-r--r-- | lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py b/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py index 64c640c38e7d..ae78c24531fe 100644 --- a/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py +++ b/lldb/test/API/functionalities/plugins/python_os_plugin/TestPythonOSPlugin.py @@ -101,7 +101,7 @@ class PluginPythonOSPlugin(TestBase): self.verify_os_thread_registers(thread) # Now clear the OS plug-in path to make the OS plug-in created threads - # dissappear + # disappear self.dbg.HandleCommand( "settings clear target.process.python-os-plugin-path") |
