Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jhoxhaa authored and oxzi committed Dec 6, 2024
1 parent cec7d40 commit 6f3e998
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/icingadb/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ func run() int {

dump := icingadb.NewDumpSignals(rc, logs.GetChildLogger("dump-signals"))
g.Go(func() error {
logger.Debug("Staring config dump signal handling")
logger.Debug("Starting config dump signal handling")

return dump.Listen(synctx)
})
Expand Down

0 comments on commit 6f3e998

Please sign in to comment.