Skip to content

Commit 60c24fc

Browse files
committed
commands: Fix spelling in comment
1 parent 4113707 commit 60c24fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎commands/commandeer.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ func (r *rootCommand) PreRun(cd, runner *simplecobra.Commandeer) error {
447447
if err != nil {
448448
return err
449449
}
450-
// Set up the glboal logger early to allow info deprecations during config load.
450+
// Set up the global logger early to allow info deprecations during config load.
451451
loggers.InitGlobalLogger(r.logger.Level(), false)
452452

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

0 commit comments

Comments
 (0)