guix-commits
[Top][All Lists]
Advanced

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

07/12: gnu: nginx: Fix typo in description.


From: Tobias Geerinckx-Rice
Subject: 07/12: gnu: nginx: Fix typo in description.
Date: Tue, 30 Jan 2018 02:35:23 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit e43e1c1f23d6633ad9772a4b4f390de1af8c2bd0
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Tue Jan 30 04:15:34 2018 +0100

    gnu: nginx: Fix typo in description.
    
    * gnu/packages/web.scm (nginx)[description]: Add hyphen.
---
 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 3a33110..562d6ce 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -258,7 +258,7 @@ Interface} specification.")
     (synopsis "HTTP and reverse proxy server")
     (description
      "Nginx (\"engine X\") is a high-performance web and reverse proxy server
-created by Igor Sysoev.  It can be used both as a standalone web server
+created by Igor Sysoev.  It can be used both as a stand-alone web server
 and as a proxy to reduce the load on back-end HTTP or mail servers.")
     ;; Almost all of nginx is distributed under the bsd-2 license.
     ;; The exceptions are:



reply via email to

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