From 05681692f3200a832d45b289a534cbd70e853cfa Mon Sep 17 00:00:00 2001 From: John E Date: Sun, 5 Jul 2026 10:15:58 -0400 Subject: [PATCH] docs: fix typos Signed-off-by: John E --- GhostTR.py | 8 ++++---- README.md | 4 ++-- 2 files changed, 6 insertions(+), 6 deletions(-) mode change 100644 => 100755 GhostTR.py diff --git a/GhostTR.py b/GhostTR.py old mode 100644 new mode 100755 index ccc1455c..131fa3d3 --- a/GhostTR.py +++ b/GhostTR.py @@ -172,7 +172,7 @@ def showIP(): Show_IP = respone.text print(f"\n {Wh}========== {Gr}SHOW INFORMATION YOUR IP {Wh}==========") - print(f"\n {Wh}[{Gr} + {Wh}] Your IP Adrress : {Gr}{Show_IP}") + print(f"\n {Wh}[{Gr} + {Wh}] Your IP Address : {Gr}{Show_IP}") print(f"\n {Wh}==============================================") @@ -260,11 +260,11 @@ def option(): # BANNER TOOLS clear() stderr.writelines(f""" - ________ __ ______ __ + ________ __ ______ __ / ____/ /_ ____ _____/ /_ /_ __/________ ______/ /__ / / __/ __ \/ __ \/ ___/ __/_____/ / / ___/ __ `/ ___/ //_/ - / /_/ / / / / /_/ (__ ) /_/_____/ / / / / /_/ / /__/ ,< - \____/_/ /_/\____/____/\__/ /_/ /_/ \__,_/\___/_/|_| + / /_/ / / / / /_/ (__ ) /_/_____/ / / / / /_/ / /__/ ,< + \____/_/ /_/\____/____/\__/ /_/ /_/ \__,_/\___/_/|_| {Wh}[ + ] C O D E B Y H U N X [ + ] """) diff --git a/README.md b/README.md index a5f4df0f..32ad960b 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Useful tool to track location or mobile number, so this tool can be called osint New update : ```Version 2.2``` -### Instalation on Linux (deb) +### Installation on Linux (deb) ``` sudo apt-get install git sudo apt-get install python3 ``` -### Instalation on Termux +### Installation on Termux ``` pkg install git pkg install python3