Skip to content

Commit b6e06a5

Browse files
committed
2 parents 34ee793 + 0d545d8 commit b6e06a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/org/primesoft/asyncworldedit/api/blockPlacer/IBlockPlacer.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ public interface IBlockPlacer {
127127
boolean isPaused();
128128

129129
/**
130-
* Wrap action into AsyncWorldEdit job and perform it asynchronicly
130+
* Wrap action into AsyncWorldEdit job and perform it asynchronously
131131
*
132132
* @param editSession
133133
* @param player
@@ -138,7 +138,7 @@ void performAsAsyncJob(final IThreadSafeEditSession editSession, final IPlayerEn
138138
final IFuncParamEx<Integer, ICancelabeEditSession, MaxChangedBlocksException> action);
139139

140140
/**
141-
* Perform an async command asynchronicly
141+
* Perform an async command asynchronously
142142
*
143143
* @param editSession
144144
* @param asyncCommand

0 commit comments

Comments
 (0)