Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
johscheuer committed Aug 2, 2023
1 parent 1bfd099 commit 1567695
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/fixtures/fdb_operator_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -487,7 +487,7 @@ func (factory *Factory) CreateFDBOperatorIfAbsent(namespace string) error {
return nil
}

// GetOperatorPods returs the operator Pods in the provided namespace.
// GetOperatorPods returns the operator Pods in the provided namespace.
func (factory *Factory) GetOperatorPods(namespace string) *corev1.PodList {
pods := &corev1.PodList{}
gomega.Eventually(func() error {
Expand Down

0 comments on commit 1567695

Please sign in to comment.