From 56ae67de63b90439733169544b1bb9b53281ba6e Mon Sep 17 00:00:00 2001 From: Itxaka Date: Fri, 17 May 2024 09:36:45 +0200 Subject: [PATCH] Update pkg/uki/common.go Co-authored-by: Mauro Morales --- pkg/uki/common.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/uki/common.go b/pkg/uki/common.go index f6bafd8c..9863cfd0 100644 --- a/pkg/uki/common.go +++ b/pkg/uki/common.go @@ -160,7 +160,7 @@ func copyFile(src, dst string) error { return destinationFile.Close() } -// checkArtifactsignatureIsValid checks that a give efi artifact is signed properly with a signature that would allow it to +// checkArtifactsignatureIsValid checks that a given efi artifact is signed properly with a signature that would allow it to // boot correctly in the current node if secureboot is enabled func checkArtifactsignatureIsValid(fs v1.FS, dir string, artifact string, logger sdkTypes.KairosLogger) error { var err error