guix-commits
[Top][All Lists]
Advanced

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

04/05: gnu: fcgi: Fix typo in description.


From: Tobias Geerinckx-Rice
Subject: 04/05: gnu: fcgi: Fix typo in description.
Date: Sat, 11 Nov 2017 21:30:41 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 5ade9bc76932b69930a5f0467ef5356d33b762d3
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Sat Nov 11 21:09:49 2017 +0100

    gnu: fcgi: Fix typo in description.
    
    * gnu/packages/web.scm (fcgi)[description]: Fix typo.
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index 170793d..6a90868 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -350,7 +350,7 @@ documentation.")
     ;; This is an archived fork of the original home page, www.fastcgi.com.
     (home-page "https://fastcgi-archives.github.io/";)
     (synopsis "Language-independent, high-performant extension to CGI")
-    (description "FastCGI is a language independent, scalable extension to CGI
+    (description "FastCGI is a language-independent, scalable extension to CGI
 that provides high performance without the limitations of server specific
 APIs.")
     ;; This package is released under the Open Market License, a variant of



reply via email to

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