--- jsr166/src/test/tck/PriorityBlockingQueueTest.java 2003/12/27 19:26:43 1.8 +++ jsr166/src/test/tck/PriorityBlockingQueueTest.java 2003/12/29 19:05:40 1.9 @@ -153,7 +153,7 @@ public class PriorityBlockingQueueTest e } /** - * remainingCapacity does not change when elementa added or removed, + * remainingCapacity does not change when elements added or removed, * but size does */ public void testRemainingCapacity() { @@ -725,7 +725,7 @@ public class PriorityBlockingQueueTest e } /** - * toArray with incompatable array type throws CCE + * toArray with incompatible array type throws CCE */ public void testToArray1_BadArg() { try {