Skip to content

Commit 6a025c0

Browse files
committed
fix: typo
1 parent 706c4e9 commit 6a025c0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkg/cluster/k8sres_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1492,7 +1492,7 @@ func testDeploymentOwnerReference(cluster *Cluster, deployment *appsv1.Deploymen
14921492
owner := deployment.ObjectMeta.OwnerReferences[0]
14931493

14941494
if owner.Name != cluster.Postgresql.ObjectMeta.Name {
1495-
return fmt.Errorf("Ownere reference is incorrect, got %s, expected %s",
1495+
return fmt.Errorf("Owner reference is incorrect, got %s, expected %s",
14961496
owner.Name, cluster.Postgresql.ObjectMeta.Name)
14971497
}
14981498

@@ -1503,7 +1503,7 @@ func testServiceOwnerReference(cluster *Cluster, service *v1.Service, role Postg
15031503
owner := service.ObjectMeta.OwnerReferences[0]
15041504

15051505
if owner.Name != cluster.Postgresql.ObjectMeta.Name {
1506-
return fmt.Errorf("Ownere reference is incorrect, got %s, expected %s",
1506+
return fmt.Errorf("Owner reference is incorrect, got %s, expected %s",
15071507
owner.Name, cluster.Postgresql.ObjectMeta.Name)
15081508
}
15091509

0 commit comments

Comments
 (0)