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

@@ -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()