Fix typos in doc comments across codebase#1976
Open
J8118 wants to merge 3 commits intofacebook:static_hfrom
Open
Fix typos in doc comments across codebase#1976J8118 wants to merge 3 commits intofacebook:static_hfrom
J8118 wants to merge 3 commits intofacebook:static_hfrom
Conversation
Fix common misspellings in comments: "teh" -> "the", "paramter" -> "parameter", "accomodate" -> "accommodate", "occured" -> "occurred", "overriden" -> "overridden", "propery" -> "property", "destoryed" -> "destroyed".
Fix duplicate words: "the the" (19 instances), "to to" (4 instances), "is is" (2 instances), "of of" (1 instance), "it it" -> "if it" (1 instance). Fix misspellings: "identifer" -> "identifier", "occurence" -> "occurrence", "constuctor" -> "constructor", "begining" -> "beginning", "writting" -> "writing", "paramters" -> "parameters", "seperates" -> "separates", "suviving" -> "surviving", "povided" -> "provided". Fix misspelled variable names: "countOccurences" -> "countOccurrences", "occurences" -> "occurrences", "lastOccurence" -> "lastOccurrence" in testlib.cpp (all file-local).
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.
Fix typos and duplicate words in comments across codebase
Summary
testlib.cpp: "countOccurences" -> "countOccurrences", "occurences" -> "occurrences", "lastOccurence" -> "lastOccurrence" (all file-local, no API impact)All changes are to comments, documentation, and file-local variable names. No functional code, public APIs, or logic altered.