--- package.html 2003/09/13 18:51:11 1.6 +++ package.html 2003/09/26 11:37:11 1.7 @@ -16,7 +16,7 @@ {@link java.util.concurrent.Executor} is a simple standardized interface for defining custom thread-like subsystems, including thread -pools, asynch-IO, and lightweight task frameworks. Depending on which +pools, asynchronous IO, and lightweight task frameworks. Depending on which concrete Executor class is being used, tasks may execute in a newly created thread, an existing task-execution thread, or the thread calling execute(), and may execute sequentially or