Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
cjc7373 committed Nov 6, 2024
1 parent 3c91830 commit c49b076
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/apps/transformer_component_status.go
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ func (t *componentStatusTransformer) isComponentAvailable() bool {
return instanceset.IsAllRequiredRolesExist(t.runningITS)
}

// isRunning checks if the componentbo underlying workload is running.
// isRunning checks if the component's underlying workload is running.
func (t *componentStatusTransformer) isInstanceSetRunning() bool {
if t.runningITS == nil {
return false
Expand Down

0 comments on commit c49b076

Please sign in to comment.