* [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
* [bug#38174] [PATCH] nix: exceptions: Fix typo "referred".
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-25 22:40 ` bug#38174: " Ludovic Courtès
1 sibling, 1 reply; 5+ messages in thread
From: Ludovic Courtès @ 2019-11-13 22:18 UTC (permalink / raw)
To: Vagrant Cascadian; +Cc: 38174
Hi Vagrant,
Vagrant Cascadian <vagrant@debian.org> 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).
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#38174] [PATCH] nix: exceptions: Fix typo "referred".
2019-11-13 22:18 ` Ludovic Courtès
@ 2019-11-13 22:34 ` Vagrant Cascadian
2019-11-14 21:11 ` Ludovic Courtès
0 siblings, 1 reply; 5+ messages in thread
From: Vagrant Cascadian @ 2019-11-13 22:34 UTC (permalink / raw)
To: Ludovic Courtès; +Cc: 38174
[-- Attachment #1: Type: text/plain, Size: 458 bytes --]
On 2019-11-13, Ludovic Courtès wrote:
> Vagrant Cascadian <vagrant@debian.org> 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?
I'd rather leave it to more proficient hands, at any rate. :)
live well,
vagrant
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 227 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
* [bug#38174] [PATCH] nix: exceptions: Fix typo "referred".
2019-11-13 22:34 ` Vagrant Cascadian
@ 2019-11-14 21:11 ` Ludovic Courtès
0 siblings, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2019-11-14 21:11 UTC (permalink / raw)
To: Vagrant Cascadian; +Cc: 38174
Vagrant Cascadian <vagrant@debian.org> skribis:
> On 2019-11-13, Ludovic Courtès wrote:
>> Vagrant Cascadian <vagrant@debian.org> 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?
‘master’ is perfectly fine for such a change.
Thanks,
Ludo’.
^ permalink raw reply [flat|nested] 5+ messages in thread
* bug#38174: [PATCH] nix: exceptions: Fix typo "referred".
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-25 22:40 ` Ludovic Courtès
1 sibling, 0 replies; 5+ messages in thread
From: Ludovic Courtès @ 2019-11-25 22:40 UTC (permalink / raw)
To: Vagrant Cascadian; +Cc: 38174-done
Hi!
Vagrant Cascadian <vagrant@debian.org> skribis:
> * nix/boost/format/exceptions.hpp (too_few_args): Fix typo.
> (too_many_args): Fix typo.
Applied now, thanks!
Ludo’.
^ permalink raw reply [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 external index
https://git.savannah.gnu.org/cgit/guix.git
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.