gnu: memcached: Fix typos in description.

* gnu/packages/databases.scm (memcached)[synopsis, description]:
Hyphenate.
master
Tobias Geerinckx-Rice 2018-08-14 15:29:51 +02:00
parent feccc81013
commit 61d996b921
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 2 additions and 2 deletions

View File

@ -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)))