From a149f08de86202bdf620aff0a927b15f88a56c95 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 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.