all: fix typos in comments and docs#646
Conversation
|
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. |
|
Message from Felipe: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/772600. |
|
Message from Alan Donovan: Patch Set 2: Code-Review+2 (1 comment) 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. - 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" Change-Id: I3e4e91015a63edf2f61570153a647deb1d2b65e3
|
This PR (HEAD: 8f658e6) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/tools/+/772600. Important tips:
|
|
Message from Felipe: Patch Set 2: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/772600. |
|
Message from Alan Donovan: Patch Set 3: Auto-Submit+1 Code-Review+2 Commit-Queue+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/772600. |
|
Message from golang-scoped@luci-project-accounts.iam.gserviceaccount.com: Patch Set 3: Dry run: CV is trying the patch. Bot data: {"action":"start","triggered_at":"2026-05-07T21:33:57Z","revision":"946ea97caa5126854002b4ffdccab7896000594f"} Please don’t reply on this GitHub thread. Visit golang.org/cl/772600. |
|
Message from Alan Donovan: Patch Set 3: -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 golang-scoped@luci-project-accounts.iam.gserviceaccount.com: Patch Set 3: This CL has passed the run Please don’t reply on this GitHub thread. Visit golang.org/cl/772600. |
|
Message from golang-scoped@luci-project-accounts.iam.gserviceaccount.com: Patch Set 3: 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 - 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" Change-Id: I3e4e91015a63edf2f61570153a647deb1d2b65e3 GitHub-Last-Rev: 8f658e6 GitHub-Pull-Request: #646 Reviewed-on: https://go-review.googlesource.com/c/tools/+/772600 Reviewed-by: Alan Donovan <adonovan@google.com> LUCI-TryBot-Result: golang-scoped@luci-project-accounts.iam.gserviceaccount.com <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Auto-Submit: Alan Donovan <adonovan@google.com> Reviewed-by: Cherry Mui <cherryyz@google.com>
|
Message from Cherry Mui: Patch Set 3: Code-Review+1 Please don’t reply on this GitHub thread. Visit golang.org/cl/772600. |
|
This PR is being closed because golang.org/cl/772600 has been merged. |
Fix several doubled words and misspellings found across
comments, test files, and documentation