From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:46295) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iVMQJ-00037X-CP for guix-patches@gnu.org; Thu, 14 Nov 2019 16:13:04 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iVMQI-0001nO-H9 for guix-patches@gnu.org; Thu, 14 Nov 2019 16:13:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:54741) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iVMQI-0001nI-EO for guix-patches@gnu.org; Thu, 14 Nov 2019 16:13:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iVMQI-0004za-8K for guix-patches@gnu.org; Thu, 14 Nov 2019 16:13:02 -0500 Subject: [bug#38174] [PATCH] nix: exceptions: Fix typo "referred". Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <871rud7pmf.fsf@yucca> <877e43mnd5.fsf@gnu.org> <87h837jthv.fsf@yucca> Date: Thu, 14 Nov 2019 22:11:52 +0100 In-Reply-To: <87h837jthv.fsf@yucca> (Vagrant Cascadian's message of "Wed, 13 Nov 2019 14:34:20 -0800") Message-ID: <87r22amacn.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Vagrant Cascadian Cc: 38174@debbugs.gnu.org Vagrant Cascadian skribis: > On 2019-11-13, Ludovic Court=C3=A8s wrote: >> Vagrant Cascadian skribis: >> >>> * nix/boost/format/exceptions.hpp (too_few_args): Fix typo. >>> (too_many_args): Fix typo. >> >> LGTM! >> >> But note that this is actually a bundled subset of Boost (well, a tiny >> subset). > > Not sure where it should get pushed to; master, core-updates, staging? =E2=80=98master=E2=80=99 is perfectly fine for such a change. Thanks, Ludo=E2=80=99.