unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
* [bug#38174] [PATCH] nix: exceptions: Fix typo "referred".
@ 2019-11-12  3:14 Vagrant Cascadian
  2019-11-13 22:18 ` Ludovic Courtès
  2019-11-25 22:40 ` bug#38174: " Ludovic Courtès
  0 siblings, 2 replies; 5+ messages in thread
From: Vagrant Cascadian @ 2019-11-12  3:14 UTC (permalink / raw)
  To: 38174

[-- Attachment #1: Type: text/plain, Size: 936 bytes --]


* 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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2019-11-25 22:41 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-12  3:14 [bug#38174] [PATCH] nix: exceptions: Fix typo "referred" Vagrant Cascadian
2019-11-13 22:18 ` Ludovic Courtès
2019-11-13 22:34   ` Vagrant Cascadian
2019-11-14 21:11     ` Ludovic Courtès
2019-11-25 22:40 ` bug#38174: " Ludovic Courtès

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).