From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH] services: nginx: fix typo. Date: Thu, 7 Jul 2016 20:44:21 -0400 Message-ID: <20160708004421.GA825@jasmine> References: <87h9c18ef2.fsf@we.make.ritual.n0.is> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:54022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLJuE-0001Vr-J9 for guix-devel@gnu.org; Thu, 07 Jul 2016 20:44:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1bLJuB-00018n-CW for guix-devel@gnu.org; Thu, 07 Jul 2016 20:44:34 -0400 Received: from out3-smtp.messagingengine.com ([66.111.4.27]:37974) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1bLJuA-00016E-6T for guix-devel@gnu.org; Thu, 07 Jul 2016 20:44:31 -0400 Content-Disposition: inline In-Reply-To: <87h9c18ef2.fsf@we.make.ritual.n0.is> 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: ng0 Cc: guix-devel@gnu.org On Thu, Jul 07, 2016 at 06:57:05PM +0000, ng0 wrote: > I'm not certain if this is a typo at all, but I found this and it > might be a typo. > -The nginx daemon loads its runtime configuration from CONFIG-FIGLE, stores log > +The nginx daemon loads its runtime configuration from CONFIG-FILE, stores log This is certainly a typo :) Pushed as 6c12abbdb!