diff --git a/src/burp/BurpExtender.java b/src/burp/BurpExtender.java index 9048b12..ddccaee 100644 --- a/src/burp/BurpExtender.java +++ b/src/burp/BurpExtender.java @@ -335,7 +335,7 @@ public void registerExtenderCallbacks(final IBurpExtenderCallbacks callbacks) insertionPointChar = (char)167; dialogTitle = "Are you sure?"; - dialogMessage = "The execution of this payload can cause high CPU consumtion for various seconds/minutes and it may causes DoS on older services and high loaded services. DO NOT send simultaneous requests to the same server."; + dialogMessage = "The execution of this payload can cause high CPU consumption for various seconds/minutes and it may causes DoS on older services and high loaded services. DO NOT send simultaneous requests to the same server."; dialogButtonsMessages = new String[]{ "Yes", "Cancel" }; urlBodyAlreadyScanned = new ArrayList();