From 779197d5f02fb6c25a64f7cb3b2dd7a8f89d0b9e Mon Sep 17 00:00:00 2001 From: Azotium Date: Wed, 16 Mar 2022 10:29:05 +0100 Subject: [PATCH] Update terminal_handler.py Fixing typos --- imports/terminal_handler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/imports/terminal_handler.py b/imports/terminal_handler.py index b196516f..bf563f49 100644 --- a/imports/terminal_handler.py +++ b/imports/terminal_handler.py @@ -42,10 +42,10 @@ def __init__(self): self.commands = [("search", "Search for malwares according to a filter,\n\t\t\te.g 'search cpp worm'."), ("list all", "Lists all available modules"), ("use", "Selects a malware by ID"), - ("info", "Retreives information about malware"), + ("info", "Retrieves information about malware"), ("get", "Downloads selected malware"), ("report-mal", "Report a malware you found"), - ("update-db", "Updates the databse"), + ("update-db", "Updates the database"), ("help", "Displays this help..."), ("exit", "Exits...")] @@ -149,7 +149,7 @@ def actOnCommand(self, cmd): print("-------------- Begin of theZoo Report --------------") print(report) print("-------------- Ending of theZoo Report --------------") - print("To avoid compromising your privacy we have chose this method of reporting.") + print("To avoid compromising your privacy we have chosen this method of reporting.") print("If you have not stated your name we will not write a thanks in our README.") print("Your email will remain private in scenario and will not be published.") print("")