Skip to content

Commit

Permalink
Fix typo in duplication options.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-andrews committed Jan 14, 2020
1 parent 168c9cc commit 4fc3e6c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -987,7 +987,7 @@ public void actionPerformed(ActionEvent arg0) {
gbc.gridy++;
gbc.gridx=1;

add(new JLabel("Correct for DNA Duplication"),gbc);
add(new JLabel("Correct for Duplication"),gbc);

gbc.gridx=2;

Expand Down

0 comments on commit 4fc3e6c

Please sign in to comment.