From 6c908e9081bb3d1e15d962d8449973b8b1a24eb7 Mon Sep 17 00:00:00 2001 From: Scott Giese Date: Mon, 23 Mar 2020 19:01:54 -0500 Subject: [PATCH] osgsimplegl3: fix minor typo --- examples/osgsimplegl3/osgsimplegl3.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/osgsimplegl3/osgsimplegl3.cpp b/examples/osgsimplegl3/osgsimplegl3.cpp index 1b931be28..d47778460 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.