Fix typos in comments and docs#646
Conversation
Fix several doubled words and misspellings found across comments, test files, and documentation. - go/types/objectpath: "ouf the the" -> "out of the" - gopls/internal/cache: "the the" -> "the" - gopls/internal/cmd/codeaction: "and and" -> "and" - gopls/internal/analysis/yield: "to to" -> "to" - gopls/doc/features/transformation: "and and" -> "and" - go/analysis/internal/checker: "with with" -> "with" - gopls/internal/filewatcher: "with with" -> "with" - go/analysis/passes/printf: "excepted" -> "expected" - gopls/internal/test/integration/codelens: "nonexistant" -> "nonexistent"
|
This PR (HEAD: 614bd2d) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/772600. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/772600. |
|
Message from Alan Donovan: Patch Set 1: Auto-Submit+1 Code-Review+2 Commit-Queue+1 (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/772600. |
|
Message from Go LUCI: Patch Set 1: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2026-04-30T21:58:22Z","revision":"82f021d31dfbe4128ee6e8fbb8a6f14298a02fce"} Please don’t reply on this GitHub thread. Visit golang.org/cl/772600. |
|
Message from Alan Donovan: Patch Set 1: -Commit-Queue (Performed by <GERRIT_ACCOUNT_60063> on behalf of <GERRIT_ACCOUNT_57259>) Please don’t reply on this GitHub thread. Visit golang.org/cl/772600. |
|
Message from Go LUCI: Patch Set 1: This CL has failed the run. Reason: Tryjob golang/try/x_tools-go1.26-linux-amd64 has failed with summary (view all results):
To reproduce, try Additional links for debugging: Please don’t reply on this GitHub thread. Visit golang.org/cl/772600. |
|
Message from Go LUCI: Patch Set 1: LUCI-TryBot-Result-1 Please don’t reply on this GitHub thread. Visit golang.org/cl/772600. |
Fix several doubled words and misspellings found across comments, test files, and documentation