summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-08-14 15:29:51 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-08-15 00:30:04 +0200
commit61d996b92171edd5086682f9acadb61870792376 (patch)
tree83cbea42974540fed45fbc037e029aa0868b016f
parentfeccc81013c410494b68894aad75bd7d135f5525 (diff)
downloadpatches-61d996b92171edd5086682f9acadb61870792376.tar
patches-61d996b92171edd5086682f9acadb61870792376.tar.gz
gnu: memcached: Fix typos in description.
* gnu/packages/databases.scm (memcached)[synopsis, description]: Hyphenate.
-rw-r--r--gnu/packages/databases.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c148ba4999..acea7daf84 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -412,8 +412,8 @@ mapping from string keys to string values.")
`(("libevent" ,libevent)
("cyrus-sasl" ,cyrus-sasl)))
(home-page "https://memcached.org/")
- (synopsis "In memory caching service")
- (description "Memcached is a in memory key value store. It has a small
+ (synopsis "In-memory caching service")
+ (description "Memcached is an in-memory key-value store. It has a small
and generic API, and was originally intended for use with dynamic web
applications.")
(license license:bsd-3)))