diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-08-29 22:01:59 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2016-08-29 22:02:38 +0200 |
commit | 5b63a8568b39c019970569773bace18fab17a157 (patch) | |
tree | 78f9e0079ae524d32ce0ea9d16fd771b4f46bc3c /gnu/packages | |
parent | e1c57612d3f987df3d70be4beaddde35d95104a3 (diff) | |
download | gnu-guix-5b63a8568b39c019970569773bace18fab17a157.tar gnu-guix-5b63a8568b39c019970569773bace18fab17a157.tar.gz |
gnu: keyutils: Fix typo in synopsis.
* gnu/packages/crypto.scm (keyutils)[synopsis]: Fix typo.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/crypto.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 73681b2c2c..5dad97c72f 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 |