$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
From: Boris.Gubenko_at_[hidden]
Date: 2007-11-01 07:47:20
Author: bgubenko
Date: 2007-11-01 07:47:20 EDT (Thu, 01 Nov 2007)
New Revision: 40638
URL: http://svn.boost.org/trac/boost/changeset/40638
Log:
fix typo
Text files modified: 
   trunk/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp |     2 +-                                      
   1 files changed, 1 insertions(+), 1 deletions(-)
Modified: trunk/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp
==============================================================================
--- trunk/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp	(original)
+++ trunk/boost/interprocess/sync/posix/interprocess_recursive_mutex.hpp	2007-11-01 07:47:20 EDT (Thu, 01 Nov 2007)
@@ -112,7 +112,7 @@
    int res = 0;
    res = pthread_mutex_lock(&m_mut);
    if(res != 0){
-      throw inteprocess_exception(system_error_code());
+      throw interprocess_exception(system_error_code());
    }
    assert(res == 0);