From fd2d12f48fc86704a8bc76e3a900db04678f8c89 Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Mon, 2 Aug 2021 13:15:07 +0200 Subject: [PATCH] Fix typo discovered by codespell --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 1c8cd46..10f9eaf 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,7 +1,7 @@ [tool.poetry] name = "autorecon" version = "1.0.0" -description = "A multi-threaded network reconaissance tool which performs automated enumeration of services" +description = "A multi-threaded network reconnaissance tool which performs automated enumeration of services" authors = ["Tib3rius"] license = "GPL-3.0-only" readme = "README.md"