summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2017-09-23 14:12:10 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2017-09-23 14:12:52 +0200
commita0b80a57183a7a94b094df113eefaee3b730e61e (patch)
treee149c92f1378599bb389ee4485db7549634a0d63
parentc37f58b75a534275b3ce2ee39f69f7a513234750 (diff)
downloadguix-patches-a0b80a57183a7a94b094df113eefaee3b730e61e.tar
guix-patches-a0b80a57183a7a94b094df113eefaee3b730e61e.tar.gz
gnu: python-unidecode: Fix typo in description.
* gnu/packages/python.scm (python-unidecode)[description]: Fix typo.
-rw-r--r--gnu/packages/python.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm
index 71d3fac622..5dcb5a05c5 100644
--- a/gnu/packages/python.scm
+++ b/gnu/packages/python.scm
@@ -2855,7 +2855,7 @@ cutting and pasting that code over and over.")
useful when integrating with legacy code that doesn't support Unicode, or for
ease of entry of non-Roman names on a US keyboard, or when constructing ASCII
machine identifiers from human-readable Unicode strings that should still be
-somewhat intelligeble.")
+somewhat intelligible.")
(license license:gpl2+)))
(define-public python2-unidecode