diff mbox series

[meta-security,5/7] fscryptctl: Correct the spelling of DESCRIPTION

Message ID f79853e907d5f11ca78529cebb47b6eb38234b8f.1772879169.git.scott.murray@konsulko.com
State New
Headers show
Series Assorted updates 03/07 | expand

Commit Message

Scott Murray March 7, 2026, 10:29 a.m. UTC
From: Peter Kjellerstedt <peter.kjellerstedt@axis.com>

Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com>
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
---
 recipes-security/fscryptctl/fscryptctl_1.1.0.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-security/fscryptctl/fscryptctl_1.1.0.bb b/recipes-security/fscryptctl/fscryptctl_1.1.0.bb
index 81cc1ea..4c9b99a 100644
--- a/recipes-security/fscryptctl/fscryptctl_1.1.0.bb
+++ b/recipes-security/fscryptctl/fscryptctl_1.1.0.bb
@@ -1,5 +1,5 @@ 
 SUMMARY = "low-level tool handling Linux filesystem encryption"
-DESCIPTION = "fscryptctl is a low-level tool written in C that handles raw keys and manages \
+DESCRIPTION = "fscryptctl is a low-level tool written in C that handles raw keys and manages \
 policies for Linux filesystem encryption (https://lwn.net/Articles/639427). \
 For a tool that presents a higher level interface and manages metadata, key \
 generation, key wrapping, PAM integration, and passphrase hashing, see \