[PATCH][RESEND] tools/arch/x86/intel_sdsi: Fix spelling mistake "Licencse" -> "License"

Colin Ian King posted 1 patch 2 days, 23 hours ago
tools/arch/x86/intel_sdsi/intel_sdsi.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH][RESEND] tools/arch/x86/intel_sdsi: Fix spelling mistake "Licencse" -> "License"
Posted by Colin Ian King 2 days, 23 hours ago
There is a spelling mistake in a string literal. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
RESEND: send back in Feb 2025, not appeared upstream yet.
---
 tools/arch/x86/intel_sdsi/intel_sdsi.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/arch/x86/intel_sdsi/intel_sdsi.c b/tools/arch/x86/intel_sdsi/intel_sdsi.c
index 766a5d26f534..0e12b59976de 100644
--- a/tools/arch/x86/intel_sdsi/intel_sdsi.c
+++ b/tools/arch/x86/intel_sdsi/intel_sdsi.c
@@ -315,7 +315,7 @@ static char *content_type(uint32_t type)
 {
 	switch (type) {
 	case  CONTENT_TYPE_LK_ENC:
-		return "Licencse key encoding";
+		return "License key encoding";
 	case CONTENT_TYPE_LK_BLOB_ENC:
 		return "License key + Blob encoding";
 	default:
-- 
2.51.0