emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#38174: closed ([PATCH] nix: exceptions: Fix typo "referred".)


From: GNU bug Tracking System
Subject: bug#38174: closed ([PATCH] nix: exceptions: Fix typo "referred".)
Date: Mon, 25 Nov 2019 22:41:02 +0000

Your message dated Mon, 25 Nov 2019 23:40:08 +0100
with message-id <address@hidden>
and subject line Re: [bug#38174] [PATCH] nix: exceptions: Fix typo "referred".
has caused the debbugs.gnu.org bug report #38174,
regarding [PATCH] nix: exceptions: Fix typo "referred".
to be marked as done.

(If you believe you have received this mail in error, please contact
address@hidden.)


-- 
38174: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=38174
GNU Bug Tracking System
Contact address@hidden with problems
--- Begin Message --- Subject: [PATCH] nix: exceptions: Fix typo "referred". Date: Mon, 11 Nov 2019 19:14:16 -0800
* 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

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#38174] [PATCH] nix: exceptions: Fix typo "referred". Date: Mon, 25 Nov 2019 23:40:08 +0100 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi!

Vagrant Cascadian <address@hidden> skribis:

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

Applied now, thanks!

Ludo’.


--- End Message ---

reply via email to

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