nckx pushed a commit to branch master
in repository guix.
commit 5b63a8568b39c019970569773bace18fab17a157
Author: Tobias Geerinckx-Rice <[email protected]>
Date: Mon Aug 29 22:01:59 2016 +0200
gnu: keyutils: Fix typo in synopsis.
* gnu/packages/crypto.scm (keyutils)[synopsis]: Fix typo.
---
gnu/packages/crypto.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 73681b2..5dad97c 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -255,7 +255,7 @@ the wrong hands.")
"SHAREDIR=/share/keyutils")
#:test-target "test"))
(home-page "https://people.redhat.com/dhowells/keyutils/")
- (synopsis "Linux key managament utilities")
+ (synopsis "Linux key management utilities")
(description
"Keyutils is a set of utilities for managing the key retention facility in
the Linux kernel, which can be used by file systems, block devices, and more to