From a891b0e8c23c09e763a49f3b6461818bb7a5af83 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Wed, 15 Jun 2022 13:07:23 +0200 Subject: [PATCH] Fix typo discovered by codespell --- tools/wordlist_generator.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/wordlist_generator.py b/tools/wordlist_generator.py index dee3423..cc15775 100644 --- a/tools/wordlist_generator.py +++ b/tools/wordlist_generator.py @@ -15,7 +15,7 @@ class Cupp(HackingTool): class WlCreator(HackingTool): TITLE = "WordlistCreator" DESCRIPTION = "WlCreator is a C program that can create all possibilities" \ - " of passwords,\n and you can choose Lenght, Lowercase, " \ + " of passwords,\n and you can choose Length, Lowercase, " \ "Capital, Numbers and Special Chars" INSTALL_COMMANDS = ["sudo git clone https://github.com/Z4nzu/wlcreator.git"] RUN_COMMANDS = [