Skip to content

Commit f9c28bf

Browse files
author
Faris Rehman
authored
Fixed spelling mistake(s)
Fixed spelling mistake of 'asynchronously' as 'asynchronicly'. Not sure if this was on purpose? Google says it's not a word
1 parent aacbaa9 commit f9c28bf

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)