We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7900dea commit 1f09772Copy full SHA for 1f09772
common/commands/command.go
@@ -33,7 +33,7 @@ func Exec(command Command) error {
33
}
34
35
func reportUsage(command Command, channel chan<- bool) {
36
- // When the usage reporting is donw, signal to the channel.
+ // When the usage reporting is done, signal to the channel.
37
defer signalReportUsageFinished(channel)
38
39
if !usageReporter.ShouldReportUsage() {
0 commit comments