Skip to content

Commit 7900dea

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

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
@@ -59,7 +59,7 @@ func reportUsage(command Command, channel chan<- bool) {
5959
}()
6060
}
6161

62-
// Repotr the usage to the Visibility System.
62+
// Report the usage to the Visibility System.
6363
wg.Add(1)
6464
go func() {
6565
defer wg.Done()

0 commit comments

Comments
 (0)