arrfab / rpms / shim-signed

Forked from rpms/shim-signed 4 years ago
Clone

Blame SOURCES/0008-Fix-typo-in-error-message-when-the-system-lacks-Secu.patch

f928ec
From b5f004ddbd8ef1f9f1d664d41d5dcc4272621080 Mon Sep 17 00:00:00 2001
f928ec
From: Tyler Hicks <tyhicks@canonical.com>
f928ec
Date: Mon, 20 Jun 2016 11:18:17 -0500
f928ec
Subject: [PATCH 08/10] Fix typo in error message when the system lacks Secure
f928ec
 Boot support
f928ec
f928ec
Signed-off-by: Tyler Hicks <tyhicks@canonical.com>
f928ec
---
f928ec
 src/mokutil.c | 2 +-
f928ec
 1 file changed, 1 insertion(+), 1 deletion(-)
f928ec
f928ec
diff --git a/src/mokutil.c b/src/mokutil.c
f928ec
index d554f6cca21..27f1292f3a9 100644
f928ec
--- a/src/mokutil.c
f928ec
+++ b/src/mokutil.c
f928ec
@@ -2297,7 +2297,7 @@ main (int argc, char *argv[])
f928ec
 		rc = efi_get_variable (efi_guid_global, "SecureBoot",
f928ec
 				       &data, &data_size, &attributes);
f928ec
 		if (rc < 0) {
f928ec
-			fprintf(stderr, "This system does't support Secure Boot\n");
f928ec
+			fprintf(stderr, "This system doesn't support Secure Boot\n");
f928ec
 			ret = -1;
f928ec
 			goto out;
f928ec
 		}
f928ec
-- 
f928ec
2.17.1
f928ec