Skip to content

Commit

Permalink
Fix a typo in collector/main.go (jaegertracing#4341)
Browse files Browse the repository at this point in the history
## Short description of the changes
- Fixes a typo in `collector/main.go`

Signed-off-by: Utsav Oza <[email protected]>
  • Loading branch information
utsavoza authored Mar 26, 2023
1 parent bb0e115 commit 13fa044
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/collector/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ func main() {
if err := collector.Start(collectorOpts); err != nil {
logger.Fatal("Failed to start collector", zap.Error(err))
}
// Wait for shutfown
// Wait for shutdown
svc.RunAndThen(func() {
if err := collector.Close(); err != nil {
logger.Error("failed to cleanly close the collector", zap.Error(err))
Expand Down

0 comments on commit 13fa044

Please sign in to comment.