osgsimplegl3: fix minor typo

This commit is contained in:
Scott Giese 2020-03-23 19:01:54 -05:00 committed by Robert Osfield
parent e4373b0143
commit 6c908e9081

View File

@ -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 <GL3/gl3.h>.
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.