Skip to content

Commit 4b6ce1f

Browse files
cuishuanggopherbot
authored andcommitted
all: fix some typos
Change-Id: I94040ccf4fa0f5d69a75a7b686764f2f193cc20b GitHub-Last-Rev: 1febb7f GitHub-Pull-Request: #2442 Reviewed-on: https://go-review.googlesource.com/c/vscode-go/+/428675 Reviewed-by: Jamal Carvalho <[email protected]> Reviewed-by: Hyang-Ah Hana Kim <[email protected]> TryBot-Result: kokoro <[email protected]> Auto-Submit: Hyang-Ah Hana Kim <[email protected]> Run-TryBot: Jamal Carvalho <[email protected]>
1 parent c41fb17 commit 4b6ce1f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/debugAdapter/goDebug.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1925,7 +1925,7 @@ export class GoDebugSession extends LoggingDebugSession {
19251925
},
19261926
(err) => {
19271927
// No need to repeatedly show the error pop-up when expressions
1928-
// are continiously reevaluated in the Watch panel, which
1928+
// are continuously reevaluated in the Watch panel, which
19291929
// already displays errors.
19301930
this.sendErrorResponse(
19311931
response,

src/goMain.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ export async function activate(ctx: vscode.ExtensionContext): Promise<ExtensionA
196196
registerCommand('go.toggle.gc_details', commands.toggleGCDetails);
197197
registerCommand('go.apply.coverprofile', commands.applyCoverprofile);
198198

199-
// Go Enviornment switching commands
199+
// Go Environment switching commands
200200
registerCommand('go.environment.choose', chooseGoEnvironment);
201201

202202
// Survey related commands

tools/relnotes/relnotes.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var (
3434
filterDirs = flag.String("dirs", "", "comma-separated list of directories that should be touched for a CL to be considered relevant")
3535
sinceCL = flag.Int("cl", -1, "the gerrit change number of the first CL to include in the output. Only changes submitted more recently than 'cl' will be included.")
3636
project = flag.String("project", "vscode-go", "name of the golang project")
37-
exclFile = flag.String("exclude-from", "", "optional path to changelog MD file. If specified, any 'CL NNNN' occurence in the content will cause that CL to be excluded from this tool's output.")
37+
exclFile = flag.String("exclude-from", "", "optional path to changelog MD file. If specified, any 'CL NNNN' occurrence in the content will cause that CL to be excluded from this tool's output.")
3838
semanticVersion = flag.String("semver", "", "the semantic version of the new release")
3939
githubTokenFilePath = flag.String("token", "", "the absolute path to the github token file")
4040
)

0 commit comments

Comments
 (0)