Skip to content

Commit

Permalink
fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
thsa committed Oct 29, 2024
1 parent 0af16bc commit 6fd14d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ else if (e.getActionCommand().equals(PASTE)) {
errorCount++;
}
if (errorCount != 0)
JOptionPane.showMessageDialog(getParentFrame(), errorCount+" compound(s) could not be added, because they doesn't qualify.");
JOptionPane.showMessageDialog(getParentFrame(), errorCount+" compound(s) could not be added, because they don't qualify.");
}
}
else if (e.getActionCommand().equals(ADD)) {
Expand Down

0 comments on commit 6fd14d0

Please sign in to comment.