Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rlktradewright committed Jan 27, 2020
1 parent 5b61791 commit 1537ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ibcalpha/ibc/SwingUtils.java
Original file line number Diff line number Diff line change
Expand Up @@ -587,7 +587,7 @@ static String windowEventToString(int eventID) {
case WindowEvent.WINDOW_DEACTIVATED:
return "Deactivated";
case WindowEvent.WINDOW_DEICONIFIED:
return "Deiconfied";
return "Deiconified";
case WindowEvent.WINDOW_GAINED_FOCUS:
return "Focused";
case WindowEvent.WINDOW_ICONIFIED:
Expand Down

0 comments on commit 1537ea5

Please sign in to comment.