Fix typo "noitfy"->"notify".

This commit is contained in:
Paul MARTZ
2011-05-03 16:49:01 +00:00
parent 2f7167d011
commit 578f54beba
2 changed files with 2 additions and 2 deletions

View File

@@ -245,7 +245,7 @@ ENDIF(WIN32)
#luigi#ENDIF(UNIX)
########################################################################################################
OPTION(OSG_NOTIFY_DISABLED "Set to ON to build OpenSceneGraph with the noitfy() disabled." OFF)
OPTION(OSG_NOTIFY_DISABLED "Set to ON to build OpenSceneGraph with the notify() disabled." OFF)
OPTION(OSG_USE_FLOAT_MATRIX "Set to ON to build OpenSceneGraph with float Matrix instead of double." OFF)
MARK_AS_ADVANCED(OSG_USE_FLOAT_MATRIX)

View File

@@ -489,7 +489,7 @@ void testThreadInitAndExit()
OpenThreads::Thread::microSleep(5000000);
}
std::cout<<"pass noitfy thread test."<<std::endl<<std::endl;
std::cout<<"pass notify thread test."<<std::endl<<std::endl;
}
void testPolytope()