[PR #1344] [MERGED] fix typos #1946

Open
opened 2026-01-29 20:56:35 +00:00 by claunia · 0 comments
Owner

📋 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: masterHead: test_814277295


📝 Commits (1)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/google/brotli/pull/1344 **Author:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Created:** 10/2/2025 **Status:** ✅ Merged **Merged:** 10/6/2025 **Merged by:** [@copybara-service[bot]](https://github.com/apps/copybara-service) **Base:** `master` ← **Head:** `test_814277295` --- ### 📝 Commits (1) - [`34e43eb`](https://github.com/google/brotli/commit/34e43eb020babe4a6eb2ef9b5edfdac8cade4b18) fix typos ### 📊 Changes **18 files changed** (+108 additions, -21 deletions) <details> <summary>View changed files</summary> ➕ `.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) </details> ### 📄 Description fix typos --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 20:56:35 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1946