From mboxrd@z Thu Jan 1 00:00:00 1970 From: ng0 Subject: [PATCH] services: nginx: fix typo. Date: Thu, 07 Jul 2016 18:57:05 +0000 Message-ID: <87h9c18ef2.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:35585) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLEUF-0000Jg-VE for guix-devel@gnu.org; Thu, 07 Jul 2016 14:57:25 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLEUA-0006zo-Vz for guix-devel@gnu.org; Thu, 07 Jul 2016 14:57:22 -0400 Received: from 93-95-228-168.1984.is ([93.95.228.168]:41585 helo=beleriand.n0.is) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLEUA-0006z0-JY for guix-devel@gnu.org; Thu, 07 Jul 2016 14:57:18 -0400 Received: by beleriand.n0.is (OpenSMTPD) with ESMTPSA id c3c702bf TLS version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NO for ; Thu, 7 Jul 2016 18:57:11 +0000 (UTC) List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: guix-devel@gnu.org I'm not certain if this is a typo at all, but I found this and it might be a typo. >From aba036e365c64a9b37c165b69b34980ee02df578 Mon Sep 17 00:00:00 2001 From: ng0 Date: Thu, 7 Jul 2016 18:44:13 +0000 Subject: [PATCH] services: nginx: Fix a typo in nginx-service. * gnu/services/web.scm (nginx-service): Fix typo. Correct CONFIG-FIGLE to CONFIG-FILE. --- gnu/services/web.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gnu/services/web.scm b/gnu/services/web.scm index 0e17f6e..72ef7d4 100644 --- a/gnu/services/web.scm +++ b/gnu/services/web.scm @@ -1,6 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2015 David Thompson ;;; Copyright © 2015 Ludovic Courtès +;;; Copyright © 2016 ng0 ;;; ;;; This file is part of GNU Guix. ;;; @@ -114,7 +115,7 @@ (default-nginx-config log-directory run-directory))) "Return a service that runs NGINX, the nginx web server. -The nginx daemon loads its runtime configuration from CONFIG-FIGLE, stores log +The nginx daemon loads its runtime configuration from CONFIG-FILE, stores log files in LOG-DIRECTORY, and stores temporary runtime files in RUN-DIRECTORY." (service nginx-service-type (nginx-configuration -- 2.9.0 -- ♥Ⓐ ng0 For non-prism friendly talk find me on http://www.psyced.org SecuShare – http://secushare.org