summaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
authorKaĆ­que Kandy Koga <kaiquekandykoga@gmail.com>2022-08-18 14:54:36 -0300
committerNobuyoshi Nakada <nobu@ruby-lang.org>2022-08-19 22:18:36 +0900
commit4177f60eedd71b846d9a86889fd46071ecdb0158 (patch)
treed560dcef1c1d64ef14c72c7496807521b41e0edd /misc
parent6bcb473d9cf00c113587a9fbb7605a2fe110862c (diff)
Write interface instead of interfact
Notes
Notes: Merged: https://github.com/ruby/ruby/pull/6254
Diffstat (limited to 'misc')
-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