Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Blake Mammen committed Dec 29, 2017
1 parent 1e23321 commit dad4245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pathGenerator/Gui2.java
Original file line number Diff line number Diff line change
Expand Up @@ -640,7 +640,7 @@ private void btnMenuLoadActionPerformed(java.awt.event.ActionEvent evt) throws I
}
else
{
JOptionPane.showMessageDialog(null, "The file tpye is invalid! Make sure it is .bot", "Invalid file type", JOptionPane.INFORMATION_MESSAGE);
JOptionPane.showMessageDialog(null, "The file type is invalid! Make sure it is .bot", "Invalid file type", JOptionPane.INFORMATION_MESSAGE);
}

}
Expand Down

0 comments on commit dad4245

Please sign in to comment.