From 578f54beba169afa3ce75f979262f056ed3b5caa Mon Sep 17 00:00:00 2001 From: Paul MARTZ Date: Tue, 3 May 2011 16:49:01 +0000 Subject: [PATCH] Fix typo "noitfy"->"notify". --- CMakeLists.txt | 2 +- examples/osgunittests/osgunittests.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index ca88d9b76..2c6ad85ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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) diff --git a/examples/osgunittests/osgunittests.cpp b/examples/osgunittests/osgunittests.cpp index 2acd10b3a..d77b30a32 100644 --- a/examples/osgunittests/osgunittests.cpp +++ b/examples/osgunittests/osgunittests.cpp @@ -489,7 +489,7 @@ void testThreadInitAndExit() OpenThreads::Thread::microSleep(5000000); } - std::cout<<"pass noitfy thread test."<