guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/10: gnu: memcached: Fix typos in description.


From: Tobias Geerinckx-Rice
Subject: 01/10: gnu: memcached: Fix typos in description.
Date: Tue, 14 Aug 2018 18:36:03 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit 61d996b92171edd5086682f9acadb61870792376
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Aug 14 15:29:51 2018 +0200

    gnu: memcached: Fix typos in description.
    
    * gnu/packages/databases.scm (memcached)[synopsis, description]:
    Hyphenate.
---
 gnu/packages/databases.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c148ba4..acea7da 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)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]