Skip to content

Commit 1f09772

Browse files
eyalbe4sverdlov93
andauthored
Update common/commands/command.go
Co-authored-by: Michael Sverdlov <[email protected]>
1 parent 7900dea commit 1f09772

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

common/commands/command.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func Exec(command Command) error {
3333
}
3434

3535
func reportUsage(command Command, channel chan<- bool) {
36-
// When the usage reporting is donw, signal to the channel.
36+
// When the usage reporting is done, signal to the channel.
3737
defer signalReportUsageFinished(channel)
3838

3939
if !usageReporter.ShouldReportUsage() {

0 commit comments

Comments
 (0)