Spelling: necessary

This commit is contained in:
Josh Soref 2012-09-10 15:10:50 -04:00 committed by Simon MacDonald
parent 3d073be990
commit 46db36a05e

View File

@ -287,7 +287,7 @@ public class FileTransfer extends Plugin {
bytesRead = fileInputStream.read(buffer, 0, bufferSize);
}
// send multipart form data necesssary after file data...
// send multipart form data necessary after file data...
dos.writeBytes(tailParams);
// close streams