Skip to content

Commit 52c28d4

Browse files
committed
CI hates typos
Signed-off-by: Akshit Garg <[email protected]>
1 parent 4f8d025 commit 52c28d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

percona/controller/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ func GetReadyInstancePod(ctx context.Context, c client.Client, clusterName, name
8787
if err != nil {
8888
return nil, err
8989
}
90-
// Mark (AG): Do soemthing similar for repo-host.
90+
// Mark (AG): Do something similar for repo-host.
9191
if err := c.List(ctx, pods, client.InNamespace(namespace), client.MatchingLabelsSelector{Selector: selector}); err != nil {
9292
return nil, errors.Wrap(err, "list pods")
9393
}

0 commit comments

Comments
 (0)