Skip to content

Commit d318326

Browse files
spelling fix
1 parent e9c6ae4 commit d318326

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/controller/controller.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ func getARDeploymentName(p *corev1.Pod, c corev1.Container, tmpl string) string
346346
}
347347

348348
// getContainerDigest extracts the image digest from the container status.
349-
// The spec only contains the desired state, so any resoled digests must
349+
// The spec only contains the desired state, so any resolved digests must
350350
// be pulled from the status field.
351351
func getContainerDigest(pod *corev1.Pod, containerName string) string {
352352
// Check regular container statuses

0 commit comments

Comments
 (0)