GNU bug report logs - #38174
[PATCH] nix: exceptions: Fix typo "referred".

Previous Next

Package: guix-patches;

Reported by: Vagrant Cascadian <vagrant <at> debian.org>

Date: Tue, 12 Nov 2019 03:15:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Vagrant Cascadian <vagrant <at> debian.org>
Subject: bug#38174: closed (Re: [bug#38174] [PATCH] nix: exceptions: Fix
 typo "referred".)
Date: Mon, 25 Nov 2019 22:41:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#38174: [PATCH] nix: exceptions: Fix typo "referred".

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 38174 <at> debbugs.gnu.org.

-- 
38174: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38174
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Vagrant Cascadian <vagrant <at> debian.org>
Cc: 38174-done <at> debbugs.gnu.org
Subject: Re: [bug#38174] [PATCH] nix: exceptions: Fix typo "referred".
Date: Mon, 25 Nov 2019 23:40:08 +0100
Hi!

Vagrant Cascadian <vagrant <at> debian.org> skribis:

> * nix/boost/format/exceptions.hpp (too_few_args): Fix typo.
>   (too_many_args): Fix typo.

Applied now, thanks!

Ludo’.

[Message part 3 (message/rfc822, inline)]
From: Vagrant Cascadian <vagrant <at> debian.org>
To: guix-patches <at> gnu.org
Subject: [PATCH] nix: exceptions: Fix typo "referred".
Date: Mon, 11 Nov 2019 19:14:16 -0800
[Message part 4 (text/plain, inline)]
* nix/boost/format/exceptions.hpp (too_few_args): Fix typo.
  (too_many_args): Fix typo.
---
 nix/boost/format/exceptions.hpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/nix/boost/format/exceptions.hpp b/nix/boost/format/exceptions.hpp
index 79e452449e..80da6d5718 100644
--- a/nix/boost/format/exceptions.hpp
+++ b/nix/boost/format/exceptions.hpp
@@ -59,7 +59,7 @@ public:
   virtual const char *what() const throw()
   {
     return "boost::too_few_args: "
-      "format-string refered to more arguments than were passed";
+      "format-string referred to more arguments than were passed";
   }
 };
 
@@ -70,7 +70,7 @@ public:
   virtual const char *what() const throw()
   {
     return "boost::too_many_args: "
-      "format-string refered to less arguments than were passed";
+      "format-string referred to less arguments than were passed";
   }
 };
 
-- 
2.20.1

[signature.asc (application/pgp-signature, inline)]

This bug report was last modified 5 years and 230 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.