Fix typo in ClickEvent.java

This commit is contained in:
Luuk Jacobs 2016-01-04 14:10:12 +01:00 committed by md_5
parent b6e26e0c09
commit 81bd3b5f71

View File

@ -12,7 +12,7 @@ public final class ClickEvent
{ {
/** /**
* The type of action to preform on click * The type of action to perform on click
*/ */
private final Action action; private final Action action;
/** /**