guix-commits
[Top][All Lists]
Advanced

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

branch master updated: services: nginx: Fix typo in exported symbol.


From: guix-commits
Subject: branch master updated: services: nginx: Fix typo in exported symbol.
Date: Wed, 14 Oct 2020 08:35:07 -0400

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 5436b67  services: nginx: Fix typo in exported symbol.
5436b67 is described below

commit 5436b673f53d27753b53ab8d94eea6153a20e483
Author: Lulu <me@erkin.party>
AuthorDate: Wed Oct 14 09:37:30 2020 +0300

    services: nginx: Fix typo in exported symbol.
    
    * gnu/services/web.scm: Fix typo in exported symbol.
    
    Signed-off-by: Julien Lepiller <julien@lepiller.eu>
---
 gnu/services/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/services/web.scm b/gnu/services/web.scm
index c8ffc19..b2d1dcf 100644
--- a/gnu/services/web.scm
+++ b/gnu/services/web.scm
@@ -90,7 +90,7 @@
 
             nginx-configuration
             nginx-configuration?
-            nginx-configuartion-nginx
+            nginx-configuration-nginx
             nginx-configuration-log-directory
             nginx-configuration-run-directory
             nginx-configuration-server-blocks



reply via email to

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