summaryrefslogtreecommitdiff
path: root/boost/format/exceptions.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/format/exceptions.hpp')
-rw-r--r--boost/format/exceptions.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/format/exceptions.hpp b/boost/format/exceptions.hpp
index 9b2de834cf..56ee30dce0 100644
--- a/boost/format/exceptions.hpp
+++ b/boost/format/exceptions.hpp
@@ -73,7 +73,7 @@ namespace boost {
std::size_t get_expected() const { return expected_; }
virtual const char *what() const throw() {
return "boost::too_many_args: "
- "format-string referred to less arguments than were passed";
+ "format-string referred to fewer arguments than were passed";
}
};