Correct typo.

This commit is contained in:
Major-
2014-02-22 19:30:32 +00:00
parent 5d3dd47f17
commit 3f67a6e106
@@ -21,7 +21,7 @@ public final class AddTileItemEvent extends Event {
private final int positionOffset; private final int positionOffset;
/** /**
* Creates am add tile item event. * Creates an add tile item event.
* *
* @param item The item to add to the tile. * @param item The item to add to the tile.
*/ */
@@ -30,7 +30,7 @@ public final class AddTileItemEvent extends Event {
} }
/** /**
* Creates am add tile item event. * Creates an add tile item event.
* *
* @param item The item to add to the tile. * @param item The item to add to the tile.
* @param positionOffset The offset from the 'base' position. * @param positionOffset The offset from the 'base' position.