diff --git a/src/core/arp_cache/arp.py b/src/core/arp_cache/arp.py index 4cc4a8fd6c..a6c528d7a6 100755 --- a/src/core/arp_cache/arp.py +++ b/src/core/arp_cache/arp.py @@ -113,7 +113,7 @@ except Exception as error: os.chdir(cwd) # log(error) - print_error("ERROR:An error has occured:") + print_error("ERROR:An error has occurred:") print("ERROR:" + str(error)) # if we are using dsniff diff --git a/src/core/setcore.py b/src/core/setcore.py index a110f81260..d9d9c21e73 100644 --- a/src/core/setcore.py +++ b/src/core/setcore.py @@ -1328,7 +1328,7 @@ def custom_template(): print("\n") filewrite.close() except Exception as e: - print_error("ERROR:An error occured:") + print_error("ERROR:An error occurred:") print(bcolors.RED + "ERROR:" + str(e) + bcolors.ENDC) diff --git a/src/payloads/set_payloads/listener.py b/src/payloads/set_payloads/listener.py index c4dbbf48c0..addce0ab9f 100755 --- a/src/payloads/set_payloads/listener.py +++ b/src/payloads/set_payloads/listener.py @@ -216,7 +216,7 @@ def send_packet(message, conn, encryption): # handle exceptions except Exception as e: print_warning( - "An exception occured. Handling it and keeping session alive. Error: " + str(e)) + "An exception occurred. Handling it and keeping session alive. Error: " + str(e)) pass # decrypt received packets @@ -235,7 +235,7 @@ def decrypt_packet(message, encryption): # handle exceptions except Exception as e: print_warning( - "An exception occured. Handling it and keeping session alive. Error: " + str(e)) + "An exception occurred. Handling it and keeping session alive. Error: " + str(e)) pass # handle tab completion here for set interactive menu diff --git a/src/phishing/smtp/client/custom_template.py b/src/phishing/smtp/client/custom_template.py index cbd8cb9d58..1766cd6907 100644 --- a/src/phishing/smtp/client/custom_template.py +++ b/src/phishing/smtp/client/custom_template.py @@ -27,4 +27,4 @@ print("\n") filewrite.close() except Exception as e: - print(" An error occured, printing error message: " + str(e)) + print(" An error occurred, printing error message: " + str(e))