Skip to content

Commit

Permalink
correct a typo (#41)
Browse files Browse the repository at this point in the history
## πŸ“ Summary

Correct a typo in a comment

## β›± Motivation and Context
Just my OCD

## πŸ“š References


---

## βœ… I have run these commands

* [ ] `make lint`
* [x] `make test`
* [x] `go mod tidy`
  • Loading branch information
facuzeta authored Nov 20, 2024
1 parent ed60194 commit 012b3ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/collect/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ func runCollector(cCtx *cli.Context) error {

collector.Start(&opts)

// Wwait for termination signal
// Wait for termination signal
exit := make(chan os.Signal, 1)
signal.Notify(exit, os.Interrupt, syscall.SIGTERM)
<-exit
Expand Down

0 comments on commit 012b3ae

Please sign in to comment.