diff --git a/examples/osgsimplegl3/osgsimplegl3.cpp b/examples/osgsimplegl3/osgsimplegl3.cpp index f6c6d4aa9..3fef17fd3 100644 --- a/examples/osgsimplegl3/osgsimplegl3.cpp +++ b/examples/osgsimplegl3/osgsimplegl3.cpp @@ -158,7 +158,7 @@ If you have an external project that will depend on OSG built for OpenGL 3.x, you'll need to ensure your external project also uses the compiler include directives to find . -To berify your application is using a pure OpenGL 3.x context, set +To verify your application is using a pure OpenGL 3.x context, set OSG_NOTIFY_LEVEL=INFO in the environment and check the console output. Context creation displays output such as the following: GL3: Attempting to create OpenGL3 context.