Skip to content

Fix duplicated-word typos in comments and docs - #1350

Open
durvesh1992 wants to merge 1 commit into
facebook:mainfrom
durvesh1992:fix/comment-doc-typos
Open

Fix duplicated-word typos in comments and docs#1350
durvesh1992 wants to merge 1 commit into
facebook:mainfrom
durvesh1992:fix/comment-doc-typos

Conversation

@durvesh1992

Copy link
Copy Markdown

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

File Before After
watchman/XattrUtils.h @param path The path to to set attributes on @param path The path to set attributes on
watchman/integration/eden/test_eden_journal.py # Test the the journal has the correct contents # Test the journal has the correct contents
watchman/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.md Has the the values listed in Has the values listed in

Notes

  • Several other that that occurrences 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.
  • No generated, vendored, or third-party files touched.

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.
@meta-cla meta-cla Bot added the CLA Signed label Jun 29, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant