$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r73915 - sandbox/SOC/2011/checks/boost/checks
From: pierre.talbot.6114_at_[hidden]
Date: 2011-08-19 06:46:40
Author: trademark
Date: 2011-08-19 06:46:39 EDT (Fri, 19 Aug 2011)
New Revision: 73915
URL: http://svn.boost.org/trac/boost/changeset/73915
Log:
Correction of typos. (traduction -> translation)
Text files modified: 
   sandbox/SOC/2011/checks/boost/checks/verhoeff.hpp |     4 ++--                                    
   1 files changed, 2 insertions(+), 2 deletions(-)
Modified: sandbox/SOC/2011/checks/boost/checks/verhoeff.hpp
==============================================================================
--- sandbox/SOC/2011/checks/boost/checks/verhoeff.hpp	(original)
+++ sandbox/SOC/2011/checks/boost/checks/verhoeff.hpp	2011-08-19 06:46:39 EDT (Fri, 19 Aug 2011)
@@ -9,7 +9,7 @@
 #define BOOST_VERHOEFF_INCLUDED
 
 #include <boost/lexical_cast.hpp>
-#include <boost/checks/traduction_exception.hpp>
+#include <boost/checks/translation_exception.hpp>
 #include <boost/checks/weight.hpp>
 #include <boost/checks/iteration_sense.hpp>
 #include <boost/checks/basic_checks.hpp>
@@ -70,7 +70,7 @@
     }
     catch( boost::bad_lexical_cast )
     {
-      throw boost::checks::traduction_exception() ;
+      throw boost::checks::translation_exception() ;
     }
   }
 };