diff options
author | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-10-04 22:33:39 +0000 |
---|---|---|
committer | Bruce Mitchener <bruce.mitchener@gmail.com> | 2018-10-04 22:33:39 +0000 |
commit | 173946dca61175350b415745848e946dceef6968 (patch) | |
tree | bacf1866316a61bed625a9a0c9e670c470fe8953 /lldb/packages/Python/lldbsuite | |
parent | ecc82ef0c22ea69d667cafb52f144ca5b32fad87 (diff) | |
download | bcm5719-llvm-173946dca61175350b415745848e946dceef6968.tar.gz bcm5719-llvm-173946dca61175350b415745848e946dceef6968.zip |
Fix typos.
Reviewers: lldb-commits
Subscribers: srhines, ki.stfu
Differential Revision: https://reviews.llvm.org/D52884
llvm-svn: 343825
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py index 7e959d71d8f..066158d0877 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-vscode/vscode.py @@ -907,7 +907,7 @@ def main(): '--vscode', type='string', dest='vscode_path', - help=('The path to the a command line program that implements the ' + help=('The path to the command line program that implements the ' 'Visual Studio Code Debug Adaptor protocol.'), default=None) |