Skip to content

Commit 53b8bc2

Browse files
committed
Typo corrected in tooltip.
1 parent 1a22bc5 commit 53b8bc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scriptgen-core/src/main/java/com/h3xstream/scriptgen/gui/SettingsPanel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public SettingsPanel(GeneratorFrame parent) {
2424
UpdateCode updateCodeListener = new UpdateCode();
2525

2626
chkProxy = new JCheckBox("Proxy redirection");
27-
chkProxy.setToolTipText("The requests will be redirect to Burp proxy");
27+
chkProxy.setToolTipText("The requests will be redirected to Burp proxy");
2828
chkProxy.addItemListener(updateCodeListener);
2929
add(chkProxy);
3030

0 commit comments

Comments
 (0)