Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
stagnation committed Mar 12, 2024
1 parent 28dbdbb commit 89ca85f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/bb_scheduler/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ func main() {
}
killOperationsAuthorizer, err := authorizerFactory.NewAuthorizerFromConfiguration(configuration.KillOperationsAuthorizer)
if err != nil {
return util.StatusWrap(err, "Failed to create kill operaitons authorizer")
return util.StatusWrap(err, "Failed to create kill operations authorizer")
}

platformQueueWithNoWorkersTimeout := configuration.PlatformQueueWithNoWorkersTimeout
Expand Down

0 comments on commit 89ca85f

Please sign in to comment.