From 072399f86af2049f85a4f736e938cafdfa6d9a3b Mon Sep 17 00:00:00 2001 From: Semen Zhydenko Date: Mon, 27 Feb 2023 09:48:56 +0100 Subject: [PATCH] Fixed typo: succesfully -> successfully --- Villain.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Villain.py b/Villain.py index 52fd9a6..cc9ce03 100644 --- a/Villain.py +++ b/Villain.py @@ -217,7 +217,7 @@ class PrompHelp: 'sessions' : { 'details' : f''' - \r Sessions of backdoored machines that you have succesfully poisoned. + \r Sessions of backdoored machines that you have successfully poisoned. ''', 'least_args' : 0, 'max_args' : 0 @@ -225,7 +225,7 @@ class PrompHelp: 'backdoors' : { 'details' : f''' - \r Shell and listener types of backdoored machines that you have succesfully poisoned. + \r Shell and listener types of backdoored machines that you have successfully poisoned. ''', 'least_args' : 0, 'max_args' : 0