$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r78359 - trunk/boost/program_options
From: ghost_at_[hidden]
Date: 2012-05-06 13:32:48
Author: vladimir_prus
Date: 2012-05-06 13:32:47 EDT (Sun, 06 May 2012)
New Revision: 78359
URL: http://svn.boost.org/trac/boost/changeset/78359
Log:
Adjust spelling.
Text files modified: 
   trunk/boost/program_options/errors.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/program_options/errors.hpp
==============================================================================
--- trunk/boost/program_options/errors.hpp	(original)
+++ trunk/boost/program_options/errors.hpp	2012-05-06 13:32:47 EDT (Sun, 06 May 2012)
@@ -41,7 +41,7 @@
     class BOOST_PROGRAM_OPTIONS_DECL too_many_positional_options_error : public error {
     public:
         too_many_positional_options_error() 
-         : error("too many positional arguments have been specified on the command line") 
+         : error("too many positional options have been specified on the command line") 
         {}
     };