--- jsr166/src/jsr166y/ForkJoinPool.java 2010/08/11 18:45:12 1.61 +++ jsr166/src/jsr166y/ForkJoinPool.java 2010/08/11 20:28:22 1.62 @@ -110,7 +110,7 @@ import java.util.concurrent.CountDownLat * *

This implementation rejects submitted tasks (that is, by throwing * {@link RejectedExecutionException}) only when the pool is shut down - * or internal resources have been exhuasted. + * or internal resources have been exhausted. * * @since 1.7 * @author Doug Lea