Fixed. Thanks! -- Martin Cooper
On Thu, 22 Jul 2004 00:29:29 +0900 (JST), Yuji Yamano <[EMAIL PROTECTED]> wrote: > It may be typo. > > Index: MultipartStream.java > =================================================================== > RCS file: > /home/cvspublic/jakarta-commons/fileupload/src/java/org/apache/commons/fileupload/MultipartStream.java,v > retrieving revision 1.14 > diff -u -r1.14 MultipartStream.java > --- MultipartStream.java 25 Feb 2004 21:07:12 -0000 1.14 > +++ MultipartStream.java 21 Jul 2004 15:24:06 -0000 > @@ -517,7 +517,7 @@ > // Write out the data belonging to the body-data. > output.write(buffer, head, tail - head - pad); > > - // Move the data to the beging of the buffer. > + // Move the data to the beginning of the buffer. > total += tail - head - pad; > System.arraycopy(buffer, tail - pad, buffer, 0, pad); > > @@ -594,7 +594,7 @@ > } > total += tail - head - pad; > > - // Move the data to the beging of the buffer. > + // Move the data to the beginning of the buffer. > System.arraycopy(buffer, tail - pad, buffer, 0, pad); > > // Refill buffer with new data. > > -- Yuji Yamano <[EMAIL PROTECTED]> > Loan me your funky mind. So I can play with it, > for nothing is good unless you play with it. --George Clinton > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
