You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/01/13 19:42:43 UTC

[commons-imaging] branch master updated: Comment fixe

This is an automated email from the ASF dual-hosted git repository.

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-imaging.git


The following commit(s) were added to refs/heads/master by this push:
     new 6fbf7de3 Comment fixe
6fbf7de3 is described below

commit 6fbf7de352523c66f8b9b41aa26b0deca9c7e69b
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jan 13 14:42:39 2023 -0500

    Comment fixe
---
 .../imaging/formats/tiff/TiffFloatingPointMultivariableTest.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffFloatingPointMultivariableTest.java b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffFloatingPointMultivariableTest.java
index c6795251..c7110d44 100644
--- a/src/test/java/org/apache/commons/imaging/formats/tiff/TiffFloatingPointMultivariableTest.java
+++ b/src/test/java/org/apache/commons/imaging/formats/tiff/TiffFloatingPointMultivariableTest.java
@@ -345,7 +345,7 @@ public class TiffFloatingPointMultivariableTest extends TiffBaseTest {
                 }
             }
         }
-        // copy the the results back over the input byte array
+        // copy the results back over the input byte array
         System.arraycopy(b, 0, bytes, 0, bytes.length);
     }