Skip to content

Commit 0a251f6

Browse files
committed
correction syntax
Signed-off-by: Timothée Ruffenach <timruff@gmx.com>
1 parent 6ffc2fd commit 0a251f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

httpfuzzerprocessor/pitchWork.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def chooseFile():
6363
return filePath
6464

6565
def chooseNumber():
66-
number = JOptionPane.showInputDialog(None, "How many payload do you wante [2 to 20]:", "Input", JOptionPane.QUESTION_MESSAGE)
66+
number = JOptionPane.showInputDialog(None, "How many payload do you want [2 to 20]:", "Input", JOptionPane.QUESTION_MESSAGE)
6767

6868
# Check number between 2 to 20
6969
if int(number) > 1 and int(number) < 21:

0 commit comments

Comments
 (0)