Author: sebb Date: Tue Apr 14 22:53:59 2009 New Revision: 764993 URL: http://svn.apache.org/viewvc?rev=764993&view=rev Log: Typo
Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipEncoding.java Modified: commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipEncoding.java URL: http://svn.apache.org/viewvc/commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipEncoding.java?rev=764993&r1=764992&r2=764993&view=diff ============================================================================== --- commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipEncoding.java (original) +++ commons/proper/compress/trunk/src/main/java/org/apache/commons/compress/archivers/zip/ZipEncoding.java Tue Apr 14 22:53:59 2009 @@ -68,7 +68,7 @@ * character sequences are mapped to a sequence of utf-16 * words encoded in the format <code>%Uxxxx</code>. It is * assumed, that the byte buffer is positioned at the - * beinning of the encoded result, the byte buffer has a + * beginning of the encoded result, the byte buffer has a * backing array and the limit of the byte buffer points * to the end of the encoded result. * @throws IOException