summaryrefslogtreecommitdiff
path: root/misc/lldb_rb
diff options
context:
space:
mode:
Diffstat (limited to 'misc/lldb_rb')
-rw-r--r--misc/lldb_rb/commands/command_template.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/lldb_rb/commands/command_template.py b/misc/lldb_rb/commands/command_template.py
index 8d46f14159..21014a993e 100644
--- a/misc/lldb_rb/commands/command_template.py
+++ b/misc/lldb_rb/commands/command_template.py
@@ -4,7 +4,7 @@
# 2. Rename the class to something descriptive that ends with Command.
# 3. Change the program variable to be a descriptive command name
# 4. Ensure you are inheriting from RbBaseCommand or another command that
-# implements the same interfact
+# implements the same interface
import lldb