--- jsr166/src/jsr166x/Deque.java 2010/09/07 06:03:19 1.8 +++ jsr166/src/jsr166x/Deque.java 2011/03/15 19:47:02 1.10 @@ -1,7 +1,7 @@ /* * Written by Doug Lea and Josh Bloch with assistance from members of * JCP JSR-166 Expert Group and released to the public domain, as explained - * at http://creativecommons.org/licenses/publicdomain + * at http://creativecommons.org/publicdomain/zero/1.0/ */ package jsr166x; // XXX This belongs in java.util!!! XXX @@ -25,8 +25,8 @@ import java.util.*; // XXX This impor * Deque implementations; in most implementations, insert * operations cannot fail. * - *

The twelve methods described above are are summarized in the - * follwoing table:

+ *

The twelve methods described above are summarized in the + * following table:

* * *