Commit 4bd6d8d0 authored by Pavel Vainerman's avatar Pavel Vainerman

fix typo

parent 10531b0e
...@@ -128,7 +128,7 @@ void ObjectRepository::registration(const string& name, const ObjectPtr oRef, co ...@@ -128,7 +128,7 @@ void ObjectRepository::registration(const string& name, const ObjectPtr oRef, co
} }
catch(const CosNaming::NamingContext::AlreadyBound&) catch(const CosNaming::NamingContext::AlreadyBound&)
{ {
uwarn << "(registration): " << name << " уже зарегестрирован в " << section << "!!!" << endl; uwarn << "(registration): " << name << " уже зарегистрирован в " << section << "!!!" << endl;
if( !force ) if( !force )
throw ObjectNameAlready(); throw ObjectNameAlready();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment