From 50e5d1d3180de9c23e0bf587ab0d25d322a17888 Mon Sep 17 00:00:00 2001 From: TudbuT Date: Tue, 31 Jan 2023 20:28:52 +0100 Subject: [PATCH] fix a typo --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index e135f1a..458df44 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "revpfw3" repository = "https://github.com/tudbut/revpfw3" -desciption = "A tool to bypass portforwarding restrictions using some cheap VServer" +description = "A tool to bypass portforwarding restrictions using some cheap VServer" license = "MIT" version = "0.1.0" edition = "2021"