commit | 7c0bdc2c1c428a9bcd74f47e05d9c475ff43535d | [log] [tgz] |
---|---|---|
author | Xiangquan Xiao <xiaoxiangquan@gmail.com> | Thu Oct 27 00:05:38 2022 -0700 |
committer | Copybara-Service <copybara-worker@google.com> | Thu Oct 27 00:06:54 2022 -0700 |
tree | 4957ffa5505154958a27a2f8b8de1209cfaebe17 | |
parent | 89d770294bf12f9d750d0fccfba889822ef32a51 [diff] [blame] |
Fix typos in tests. Closes #16425. PiperOrigin-RevId: 484171015 Change-Id: Ie5a5a29574f5c5d786f385b803cbe3d25e13929c
diff --git a/src/test/java/com/google/devtools/build/lib/remote/ByteStreamUploaderTest.java b/src/test/java/com/google/devtools/build/lib/remote/ByteStreamUploaderTest.java index ebf15d5..ba857c8 100644 --- a/src/test/java/com/google/devtools/build/lib/remote/ByteStreamUploaderTest.java +++ b/src/test/java/com/google/devtools/build/lib/remote/ByteStreamUploaderTest.java
@@ -197,7 +197,7 @@ byte[] blob = {'A'}; - // Set a chunk size that should have no problem accomodating the compressed + // Set a chunk size that should have no problem accommodating the compressed // blob, even though the blob most likely has a compression ratio >= 1. Chunker chunker = Chunker.builder().setInput(blob).setCompressed(true).setChunkSize(100).build();