fix: duplicated words in networking/server/function_lua comments#3705
Open
vip892766gma wants to merge 1 commit into
Open
Conversation
Signed-off-by: Aiden Park <275402320+vip892766gma@users.noreply.github.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
📝 WalkthroughWalkthroughThree comment lines across the codebase are corrected to remove duplicated words: the Lua function library comment, the networking module incr_states comment, and the server module stringSetDictType comment. No functional code is changed. ChangesComment typo corrections
🎯 1 (Trivial) | ⏱️ ~2 minutes 🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Comment |
dvkashapov
approved these changes
May 14, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Three one-line typo fixes for duplicated words in source comments:
src/networking.c— "/* Returns the number of keys in the the incr_states array after adding keys. */" → "...in the incr_states array..."src/modules/lua/function_lua.c— "* functions are also saved into the the registry of the Lua environment." → "... into the registry of the Lua environment."src/server.c— "/* Dict for for case-insensitive search using null terminated C strings." → "/* Dict for case-insensitive search using null terminated C strings."No code/behavior change.
Signed-off-by: Aiden Park 275402320+vip892766gma@users.noreply.github.com