Boost logo

Boost-Commit :

Subject: [Boost-commit] svn:boost r73912 - sandbox/SOC/2011/checks/boost/checks
From: pierre.talbot.6114_at_[hidden]
Date: 2011-08-19 06:46:05


Author: trademark
Date: 2011-08-19 06:46:05 EDT (Fri, 19 Aug 2011)
New Revision: 73912
URL: http://svn.boost.org/trac/boost/changeset/73912

Log:
Correction of typos. (traduction -> translation)
Text files modified:
   sandbox/SOC/2011/checks/boost/checks/modulus10.hpp | 4 ++--
   1 files changed, 2 insertions(+), 2 deletions(-)

Modified: sandbox/SOC/2011/checks/boost/checks/modulus10.hpp
==============================================================================
--- sandbox/SOC/2011/checks/boost/checks/modulus10.hpp (original)
+++ sandbox/SOC/2011/checks/boost/checks/modulus10.hpp 2011-08-19 06:46:05 EDT (Fri, 19 Aug 2011)
@@ -9,7 +9,7 @@
 #define BOOST_CHECKS_MOD10_HPP
 
 #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/weighted_sum.hpp>
@@ -31,7 +31,7 @@
     try{
       return boost::lexical_cast<checkdigit>((10 - checksum % 10) % 10 ) ;
     }catch( boost::bad_lexical_cast ){
- throw boost::checks::traduction_exception() ;
+ throw boost::checks::translation_exception() ;
     }
   }
 };


Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk