[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/04: gnu: python-keyutils: Fix typo in description.
From: |
guix-commits |
Subject: |
02/04: gnu: python-keyutils: Fix typo in description. |
Date: |
Mon, 11 Nov 2019 22:03:26 -0500 (EST) |
vagrantc pushed a commit to branch master
in repository guix.
commit a806b0b08e2fac3d249bb4faaf5196088189a06f
Author: Vagrant Cascadian <address@hidden>
Date: Mon Nov 11 18:53:40 2019 -0800
gnu: python-keyutils: Fix typo in description.
* gnu/packages/python-crypto (python-keyutils)[description]: Fix typo.
---
gnu/packages/python-crypto.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 7dac25e..11c23ae 100644
--- a/gnu/packages/python-crypto.scm
+++ b/gnu/packages/python-crypto.scm
@@ -1088,5 +1088,5 @@ with state-tracking and configuration abstractions.")
(description
"This is a set of python bindings for keyutils, a key management suite
that leverages the infrastructure provided by the Linux kernel for safely
-storing and retrieving sensitive infromation in your programs.")
+storing and retrieving sensitive information in your programs.")
(license license:asl2.0)))