diff options
author | Ryan Mansfield <ryan_mansfield@apple.com> | 2024-09-24 19:48:27 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-24 16:48:27 -0700 |
commit | 4494c54326fe33d19c14df851188f867b14ded2a (patch) | |
tree | 0de7ba518bd1f9f9518888b746ee4be30020596f /lldb/source/Commands/CommandObjectScripting.cpp | |
parent | 3cfd0c0d36975504099034ce11f4df07c5a7eba7 (diff) | |
download | llvm-4494c54326fe33d19c14df851188f867b14ded2a.zip llvm-4494c54326fe33d19c14df851188f867b14ded2a.tar.gz llvm-4494c54326fe33d19c14df851188f867b14ded2a.tar.bz2 |
[lldb] Fix typos in various help messages. (#109851)
Diffstat (limited to 'lldb/source/Commands/CommandObjectScripting.cpp')
-rw-r--r-- | lldb/source/Commands/CommandObjectScripting.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Commands/CommandObjectScripting.cpp b/lldb/source/Commands/CommandObjectScripting.cpp index 9a1a2b6..1f8ee0a 100644 --- a/lldb/source/Commands/CommandObjectScripting.cpp +++ b/lldb/source/Commands/CommandObjectScripting.cpp @@ -254,7 +254,7 @@ CommandObjectMultiwordScripting::CommandObjectMultiwordScripting( CommandInterpreter &interpreter) : CommandObjectMultiword( interpreter, "scripting", - "Commands for operating on the scripting functionnalities.", + "Commands for operating on the scripting functionalities.", "scripting <subcommand> [<subcommand-options>]") { LoadSubCommand("run", CommandObjectSP(new CommandObjectScriptingRun(interpreter))); |