summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVagrant Cascadian <vagrant@debian.org>2020-04-12 13:47:22 -0700
committerVagrant Cascadian <vagrant@debian.org>2020-04-12 13:54:27 -0700
commit04b56289e82b127c42845f208fc76645df489d8c (patch)
tree3c452064686b3e3defadd465f635aa3c614d1771
parent79d7db4159aaab0ecde638f875d7a6d091c9e1dd (diff)
downloadpatches-04b56289e82b127c42845f208fc76645df489d8c.tar
patches-04b56289e82b127c42845f208fc76645df489d8c.tar.gz
gnu: libgravatar: Fix grammar of "allows to retrieve" to "retrieves".
* gnu/packages/kde-internet (libgravatar): Fix grammar.
-rw-r--r--gnu/packages/kde-internet.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/kde-internet.scm b/gnu/packages/kde-internet.scm
index 666959ea15..5eb90cfb7c 100644
--- a/gnu/packages/kde-internet.scm
+++ b/gnu/packages/kde-internet.scm
@@ -452,7 +452,7 @@ a full-featured client for BitTorrent.")
`(#:tests? #f)) ;; 2/7 tests fail (due to network issues?)
(home-page "https://cgit.kde.org/libgravatar.git")
(synopsis "Online avatar lookup library")
- (description "This library allows to retrieve avatar images based on a
+ (description "This library retrieves avatar images based on a
hash from a person's email address, as well as local caching to avoid
unnecessary network operations.")
(license ;; GPL for programs, LGPL for libraries