From: Vagrant Cascadian <vagrant@debian.org>
To: 38174@debbugs.gnu.org
Subject: [bug#38174] [PATCH] nix: exceptions: Fix typo "referred".
Date: Mon, 11 Nov 2019 19:14:16 -0800 [thread overview]
Message-ID: <871rud7pmf.fsf@yucca> (raw)
[-- 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 --]
next reply other threads:[~2019-11-12 3:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-12 3:14 Vagrant Cascadian [this message]
2019-11-13 22:18 ` [bug#38174] [PATCH] nix: exceptions: Fix typo "referred" 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://guix.gnu.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=871rud7pmf.fsf@yucca \
--to=vagrant@debian.org \
--cc=38174@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).