Fix typos issues across the codebase#3681
Open
rjriajul wants to merge 2 commits into
Open
Conversation
- tl-parser.c: mistmatch->mismatch, preceed->precede, enougth->enough, builting->built-in - tl-parser.h: libary->library - tde2e: recive_commit_nonce->receive_commit_nonce (method name) - generate_mime_types_gperf.cpp: preffered->preferred - td_api.tl: Readds/readded/readd->Re-adds/re-added/re-add - Comments: forcely->forcibly (12 occurrences across 10 files) - Comments: readded->re-added - Grammar: no enough rights->not enough rights - Grammar: a being joined group call->group call being joined
Contributor
|
Other changes may be accepted. |
Author
Thanks for the heads-up. I've reverted the changes to tl-parser. The rest of the fixes are ready for review. |
Author
|
@levlam Hi! Just checking in since I removed the third-party dependency changes. Is there anything else holding this up from being merged? |
Contributor
|
There is no. It will be merged after the next public update of TDLib. |
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.
This pull request focuses on correcting typos and improving the clarity of comments, log messages, and error messages throughout the codebase. The main changes involve replacing incorrect words such as "forcely" with "forcibly", fixing various spelling mistakes, and updating some log and error messages for better readability and accuracy.
Typo and Wording Corrections:
BotInfoManager.cpp,ChatManager.cpp,DialogManager.cpp,DialogParticipant.h,MessageContent.cpp,MessageImportManager.cpp,MessagesManager.cpp,StoryManager.cpp, andUserManager.cpp. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11]tl-parser.candtl-parser.h. [1] [2] [3] [4] [5] [6] [7] [8] [9] [10] [11] [12]MessagesManager.cpp. [1] [2] [3] [4]td_api.tl.These changes do not affect the functionality of the code but enhance code quality, maintainability, and developer experience by making messages and documentation more clear and professional.