From 568fea31b0812951b4b233a4cade48ed366a22f6 Mon Sep 17 00:00:00 2001 From: 0xflotus <0xflotus@gmail.com> Date: Wed, 28 Oct 2020 09:55:31 +0100 Subject: [PATCH] chore: fixed small typo in orchestra.py --- hashes/common/orchestra.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hashes/common/orchestra.py b/hashes/common/orchestra.py index dec5e26..b736fca 100644 --- a/hashes/common/orchestra.py +++ b/hashes/common/orchestra.py @@ -96,7 +96,7 @@ def cliParser(self): sys.exit() if args.G and (args.plaintext is None or args.hash_type is None) : - print helpers.color("\n\n[*] Error: You must provde a plaintext string and hashing algorithm to use!", warning=True) + print helpers.color("\n\n[*] Error: You must provide a plaintext string and hashing algorithm to use!", warning=True) print helpers.color("[*] Please re-run and provide a plaintext string and/or hash algorithm.", warning=True) sys.exit()