summaryrefslogtreecommitdiff
path: root/gnu/packages/python-crypto.scm
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2019-11-11 18:53:40 -0800
committerVagrant Cascadian <vagrant@debian.org>2019-11-11 19:02:48 -0800
commita806b0b08e2fac3d249bb4faaf5196088189a06f (patch)
tree13b3d0791bdbb4f72c8d9e0ade5b61fb8b217678 /gnu/packages/python-crypto.scm
parentb5b0ee3bd0c67510aed218b22117309a486cd4d0 (diff)
downloadguix-patches-a806b0b08e2fac3d249bb4faaf5196088189a06f.tar
guix-patches-a806b0b08e2fac3d249bb4faaf5196088189a06f.tar.gz
gnu: python-keyutils: Fix typo in description.
* gnu/packages/python-crypto (python-keyutils)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/python-crypto.scm')
-rw-r--r--gnu/packages/python-crypto.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python-crypto.scm b/gnu/packages/python-crypto.scm
index 7dac25eb61..11c23aebfc 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)))