Fix typos

This commit is contained in:
Pierre Grimaud
2020-04-29 19:36:34 +02:00
parent fda7d00747
commit f9a40599fb
11 changed files with 20 additions and 20 deletions

View File

@ -167,7 +167,7 @@ public abstract class QueueHandler implements Trimable, Runnable {
return sync(call, syncTasks);
}
// Lower priorty sync task (runs only when there are no other tasks)
// Lower priority sync task (runs only when there are no other tasks)
public <T> Future<T> syncWhenFree(Runnable run, T value) {
return sync(run, value, syncWhenFree);
}