This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-compress.git
The following commit(s) were added to refs/heads/master by this push:
new 04c4212a8 Normalize spelling
04c4212a8 is described below
commit 04c4212a8490989f91d3435e04e7f4787dfa8eee
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jul 4 19:33:50 2026 -0400
Normalize spelling
---
.../java/org/apache/commons/compress/harmony/pack200/BandSet.java | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git
a/src/main/java/org/apache/commons/compress/harmony/pack200/BandSet.java
b/src/main/java/org/apache/commons/compress/harmony/pack200/BandSet.java
index 8c59b5911..92cf9fa71 100644
--- a/src/main/java/org/apache/commons/compress/harmony/pack200/BandSet.java
+++ b/src/main/java/org/apache/commons/compress/harmony/pack200/BandSet.java
@@ -471,8 +471,8 @@ protected byte[] encodeFlags(final String name, final
long[] flags, final BHSDCo
// int[] secondBand = new int[band.length - index];
// System.arraycopy(band, 0, firstBand, 0, index);
// System.arraycopy(band, index, secondBand, 0, secondBand.length);
-// BandAnalysisResults firstResults = analyseBand(name + "A",
firstBand, defaultCodec);
-// BandAnalysisResults secondResults = analyseBand(name + "B",
secondBand, defaultCodec);
+// BandAnalysisResults firstResults = analyzeBand(name + "A",
firstBand, defaultCodec);
+// BandAnalysisResults secondResults = analyzeBand(name + "B",
secondBand, defaultCodec);
// int specifier = 117;
// byte[] specifierEncoded = defaultCodec.encode(new int[] {specifier});
// int totalLength = firstResults.encodedBand.length +
secondResults.encodedBand.length + specifierEncoded.length + 4; // TODO actual