summaryrefslogtreecommitdiff
path: root/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java')
-rw-r--r--comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java4
1 files changed, 2 insertions, 2 deletions
diff --git a/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java b/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java
index 9167b097c776..4a1e147d938a 100644
--- a/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java
+++ b/comphelper/qa/complex/comphelper/SequenceOutputStreamUnitTest.java
@@ -116,7 +116,7 @@ public class SequenceOutputStreamUnitTest
xSeekableInStream.closeInput ();
m_aTestHelper.Message ( "Both streams closed." );
- //compare the original, written and read arrys
+ //compare the original, written and read arrays
for ( int i = 0; i < nBytesCnt; ++i ) {
if ( pBytesOriginal[i] != pBytesWritten[i] ) {
m_aTestHelper.Error ( "Written array not identical to " +
@@ -155,4 +155,4 @@ public class SequenceOutputStreamUnitTest
}
private static final OfficeConnection connection = new OfficeConnection();
-} \ No newline at end of file
+}