Skip to content

Commit

Permalink
Fixed a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
hchen99 committed Sep 26, 2024
1 parent 2cd1928 commit 6f28555
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ public void actionPerformed(ActionEvent actionEvent) {
/** toggles case-insensitive searching */
JCheckBox greedySearchCheckBox = new JCheckBox("Greedy Search") {{
setName("greedySearchCheckBox");
setToolTipText("Toggle multi-threaded seach (Warning: may cause overruns).");
setToolTipText("Toggle multi-threaded search (Warning: may cause overruns).");
}};

/** search results list model */
Expand Down

0 comments on commit 6f28555

Please sign in to comment.