[PR #1242] [MERGED] Fix typos #1807

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

📋 Pull Request Information

Original PR: https://github.com/google/brotli/pull/1242
Author: @deining
Created: 1/10/2025
Status: Merged
Merged: 5/27/2025
Merged by: @eustas

Base: masterHead: fix-typos


📝 Commits (2)

📊 Changes

8 files changed (+13 additions, -13 deletions)

View changed files

📝 c/enc/block_splitter.c (+2 -2)
📝 c/enc/block_splitter_inc.h (+1 -1)
📝 c/enc/encoder_dict.h (+1 -1)
📝 c/enc/hash.h (+1 -1)
📝 java/org/brotli/dec/Decode.java (+1 -1)
📝 java/org/brotli/dec/DictionaryData.java (+1 -1)
📝 research/brotlidump.py (+4 -4)
📝 research/draw_histogram.cc (+2 -2)

📄 Description

This PR fixes a few typos I spotted in the project.


🔄 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/1242 **Author:** [@deining](https://github.com/deining) **Created:** 1/10/2025 **Status:** ✅ Merged **Merged:** 5/27/2025 **Merged by:** [@eustas](https://github.com/eustas) **Base:** `master` ← **Head:** `fix-typos` --- ### 📝 Commits (2) - [`408e763`](https://github.com/google/brotli/commit/408e76362e5b9fcceb148ff9f4e1b67087ae7777) Fix typos - [`fb69c9c`](https://github.com/google/brotli/commit/fb69c9cb0efdd6f8aa4d2975e058c1b63c5ff019) Merge branch 'master' into fix-typos ### 📊 Changes **8 files changed** (+13 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `c/enc/block_splitter.c` (+2 -2) 📝 `c/enc/block_splitter_inc.h` (+1 -1) 📝 `c/enc/encoder_dict.h` (+1 -1) 📝 `c/enc/hash.h` (+1 -1) 📝 `java/org/brotli/dec/Decode.java` (+1 -1) 📝 `java/org/brotli/dec/DictionaryData.java` (+1 -1) 📝 `research/brotlidump.py` (+4 -4) 📝 `research/draw_histogram.cc` (+2 -2) </details> ### 📄 Description This PR fixes a few typos I spotted in the project. --- <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:55:53 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/brotli#1807