Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Fixed a minor spelling typo in 'enabled' description #1376

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/common/empire.py
Original file line number Diff line number Diff line change
Expand Up @@ -3641,7 +3641,7 @@ def do_launcher(self, line):
print helpers.color("[!] Please enter a valid listenerName")

def do_enable(self, line):
"Enables and starts one or all listners."
"Enables and starts one or all listeners."

listenerID = line.strip()

Expand Down