Skip to content

Commit 811d1ca

Browse files
committed
Land rapid7#2573 - Fix a typo
2 parents ea80c15 + 6f605fb commit 811d1ca

File tree

1 file changed

+1
-1
lines changed
  • lib/msf/ui/console/command_dispatcher

1 file changed

+1
-1
lines changed

lib/msf/ui/console/command_dispatcher/core.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -989,7 +989,7 @@ def cmd_threads_tabs(str, words)
989989
def cmd_load_help
990990
print_line "Usage: load <path> [var=val var=val ...]"
991991
print_line
992-
print_line "Loads a plugin from the supplied path. If path is not absolute, fist looks"
992+
print_line "Loads a plugin from the supplied path. If path is not absolute, first looks"
993993
print_line "in the user's plugin directory (#{Msf::Config.user_plugin_directory}) then"
994994
print_line "in the framework root plugin directory (#{Msf::Config.plugin_directory})."
995995
print_line "The optional var=val options are custom parameters that can be passed to plugins."

0 commit comments

Comments
 (0)