$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: jurko.gospodnetic_at_[hidden]
Date: 2008-06-24 04:35:08
Author: jurko
Date: 2008-06-24 04:35:07 EDT (Tue, 24 Jun 2008)
New Revision: 46638
URL: http://svn.boost.org/trac/boost/changeset/46638
Log:
Applied a date_time greg_weekday.hpp typo correction patch by Peter Klotz.
Text files modified: 
   trunk/boost/date_time/gregorian/greg_weekday.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/date_time/gregorian/greg_weekday.hpp
==============================================================================
--- trunk/boost/date_time/gregorian/greg_weekday.hpp	(original)
+++ trunk/boost/date_time/gregorian/greg_weekday.hpp	2008-06-24 04:35:07 EDT (Tue, 24 Jun 2008)
@@ -31,7 +31,7 @@
   //! Exception that flags that a weekday number is incorrect
   struct bad_weekday : public std::out_of_range
   {
-    bad_weekday() : std::out_of_range(std::string("Weekday os out of range 0..6")) {}
+    bad_weekday() : std::out_of_range(std::string("Weekday is out of range 0..6")) {}
   };
   typedef CV::simple_exception_policy<unsigned short, 0, 6, bad_weekday> greg_weekday_policies;
   typedef CV::constrained_value<greg_weekday_policies> greg_weekday_rep;