Fix duplicated-word typos in comments and docs - #1350
Open
durvesh1992 wants to merge 1 commit into
Open
Conversation
Corrects a few high-confidence typos found in comments and documentation: - watchman/XattrUtils.h: "path to to set" -> "path to set" - watchman/integration/eden/test_eden_journal.py: "Test the the journal" -> "Test the journal" - watchman/watcher/eden.cpp (x2): "use that that avoid" -> "use that to avoid" - website/docs/cmd/query.md: "Has the the values" -> "Has the values" Comment- and doc-only changes; no behavior change.
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.
Summary
Fixes a handful of high-confidence duplicated-word typos in comments and documentation. Comment/doc-only — no behavior change.
These are distinct from #1246 (single-word misspellings); there is no overlap with the lines that PR touches.
Changes
watchman/XattrUtils.h@param path The path to to set attributes on@param path The path to set attributes onwatchman/integration/eden/test_eden_journal.py# Test the the journal has the correct contents# Test the journal has the correct contentswatchman/watcher/eden.cpp(pathGenerator)use that that/avoid sucking down...use that to/avoid sucking down...watchman/watcher/eden.cpp(globGenerator)use that that/avoid sucking down...use that to/avoid sucking down...website/docs/cmd/query.mdHas the the values listed inHas the values listed inNotes
that thatoccurrences in the tree are legitimate grammar (e.g. "we know that that access pattern...", "make sure that that path matches...") and were intentionally left unchanged.