Skip to content

Commit e0d1070

Browse files
authored
terminal/command: Fix typo in goroutines help output (#4024)
1 parent 2e8df9d commit e0d1070

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Documentation/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -483,7 +483,7 @@ GROUPING
483483
goloc: groups goroutines by the location of the go instruction that created the goroutine
484484
startloc: groups goroutines by the location of the start function
485485
running: groups goroutines by whether they are running or not
486-
user: groups goroutines by weather they are user or runtime goroutines
486+
user: groups goroutines by whether they are user or runtime goroutines
487487

488488

489489
Groups goroutines by the given location, running status or user classification, up to 5 goroutines per group will be displayed as well as the total number of goroutines in the group.

pkg/terminal/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ GROUPING
314314
goloc: groups goroutines by the location of the go instruction that created the goroutine
315315
startloc: groups goroutines by the location of the start function
316316
running: groups goroutines by whether they are running or not
317-
user: groups goroutines by weather they are user or runtime goroutines
317+
user: groups goroutines by whether they are user or runtime goroutines
318318
319319
320320
Groups goroutines by the given location, running status or user classification, up to 5 goroutines per group will be displayed as well as the total number of goroutines in the group.

0 commit comments

Comments
 (0)