Typo fix.

This commit is contained in:
King_DuckZ 2014-07-05 22:46:09 +02:00
parent 32d141e877
commit 0c8e9b2d7c
5 changed files with 8 additions and 11 deletions

View file

@ -8,7 +8,7 @@ namespace cloonel {
namespace implem {
} //namespace implem
namespace regbehaviuors {
namespace regbehaviours {
///----------------------------------------------------------------------
///----------------------------------------------------------------------
void AutoRegister::Register (SizeNotifiableBase* parNotifiable) {
@ -47,7 +47,7 @@ namespace cloonel {
std::swap(m_registered, parOther.m_registered);
#endif
}
} //namespace regbehaviuors
} //namespace regbehaviours
///--------------------------------------------------------------------------
///--------------------------------------------------------------------------