Skip to content

Commit 0d545d8

Browse files
authored
Merge pull request #1 from KingFaris10/patch-1
Fixed spelling mistake(s)
2 parents aacbaa9 + f9c28bf commit 0d545d8

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)