mirror of
https://github.com/google/brotli.git
synced 2026-09-23 23:24:59 +00:00
[PR #1344] [MERGED] fix typos #1946
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/google/brotli/pull/1344
Author: @copybara-service[bot]
Created: 10/2/2025
Status: ✅ Merged
Merged: 10/6/2025
Merged by: @copybara-service[bot]
Base:
master← Head:test_814277295📝 Commits (1)
34e43ebfix typos📊 Changes
18 files changed (+108 additions, -21 deletions)
View changed files
➕
.github/workflows/lint.yml(+34 -0)📝
c/common/shared_dictionary.c(+3 -3)📝
c/dec/decode.c(+3 -3)📝
c/enc/backward_references_hq.c(+9 -9)📝
java/org/brotli/dec/DecodeTest.java(+2 -0)📝
java/org/brotli/dec/DictionaryData.java(+2 -0)📝
java/org/brotli/dec/SynthTest.java(+2 -0)📝
java/org/brotli/dec/Transform.java(+2 -0)📝
java/org/brotli/wrapper/enc/BrotliEncoderChannelTest.java(+4 -4)📝
js/decode.js(+4 -0)📝
js/decode.ts(+4 -0)📝
js/decode_synth_test.js(+2 -0)📝
js/decode_synth_test.ts(+2 -0)📝
js/test_data.js(+2 -0)📝
js/test_data.ts(+2 -0)📝
research/brotlidump.py(+4 -2)➕
scripts/check_typos.sh(+10 -0)➕
scripts/typos.toml(+17 -0)📄 Description
fix typos
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.