Skip to content

Commit

Permalink
fix spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
moloch-- committed Oct 30, 2020
1 parent 3d0fbb8 commit 1151206
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/burp/gui/OptionsPane.form
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@
</Component>
<Component class="javax.swing.JCheckBox" name="uniqueQueryParametersCheckBox">
<Properties>
<Property name="text" type="java.lang.String" value="Include Query Parameters in Unqiueness"/>
<Property name="text" type="java.lang.String" value="Include Query Parameters in Uniqueness"/>
</Properties>
<Events>
<EventHandler event="actionPerformed" listener="java.awt.event.ActionListener" parameters="java.awt.event.ActionEvent" handler="uniqueQueryParametersCheckBoxActionPerformed"/>
Expand Down
2 changes: 1 addition & 1 deletion src/burp/gui/OptionsPane.java
Original file line number Diff line number Diff line change
Expand Up @@ -398,7 +398,7 @@ public void actionPerformed(java.awt.event.ActionEvent evt) {
}
});

uniqueQueryParametersCheckBox.setText("Include Query Parameters in Unqiueness");
uniqueQueryParametersCheckBox.setText("Include Query Parameters in Uniqueness");
uniqueQueryParametersCheckBox.addActionListener(new java.awt.event.ActionListener() {
public void actionPerformed(java.awt.event.ActionEvent evt) {
uniqueQueryParametersCheckBoxActionPerformed(evt);
Expand Down

0 comments on commit 1151206

Please sign in to comment.