Skip to content

Commit e9b6a02

Browse files
committed
Fix a typo
1 parent 099dbee commit e9b6a02

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
@@ -787,7 +787,7 @@ def cmd_rename_job_help
787787
print_line
788788
print_line "Example: rename_job 0 \"meterpreter HTTPS special\""
789789
print_line
790-
print_line "Rename a job that's currently acitve."
790+
print_line "Rename a job that's currently active."
791791
print_line "You may use the jobs command to see what jobs are available."
792792
print_line
793793
end

0 commit comments

Comments
 (0)