Fix spelling.

java/runtime/MercuryWorkerThread.java:
    As above.
This commit is contained in:
Julien Fischer
2016-04-15 15:48:59 +10:00
parent ee4886eeb3
commit 0349b84325

View File

@@ -29,7 +29,7 @@ public class MercuryWorkerThread extends MercuryThread
/**
* Run.
* The worker thread executes tasks that it retrives from the pool.
* The worker thread executes tasks that it retrieves from the pool.
*/
public void run()
{