From ddf1be9be17d78adc4c9ad87f7627a13482ee4b4 Mon Sep 17 00:00:00 2001 From: Shawn <82698897+shayan0v0n@users.noreply.github.com> Date: Tue, 23 Jul 2024 11:58:26 +0330 Subject: [PATCH] fix(): fix typo on tui (#35) --- best403unlocker-tui | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/best403unlocker-tui b/best403unlocker-tui index b75222c..35a67ce 100644 --- a/best403unlocker-tui +++ b/best403unlocker-tui @@ -7,7 +7,7 @@ main_menu() { password= choice=$(whiptail --title "Best403Unlcoker TUI" --menu "Choose an option:" 15 60 4 \ "Run DNS analyzer" "find the most speedful dns" \ - "Save file" "Downlaod file with the best dns" \ + "Save file" "Download file with the best dns" \ "Advance setting" "change configuration" \ "Exit" "Exit the program" \ 3>&1 1>&2 2>&3)