Skip to content

Commit

Permalink
commands: Fix spelling in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bep committed Jan 15, 2025
1 parent 4113707 commit 60c24fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/commandeer.go
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ func (r *rootCommand) PreRun(cd, runner *simplecobra.Commandeer) error {
if err != nil {
return err
}
// Set up the glboal logger early to allow info deprecations during config load.
// Set up the global logger early to allow info deprecations during config load.
loggers.InitGlobalLogger(r.logger.Level(), false)

r.changesFromBuild = make(chan []identity.Identity, 10)
Expand Down

0 comments on commit 60c24fc

Please sign in to comment.