X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/058a62b10d7b481bdfd688b922d43bca5a6ad722..8b4b9395e07ff59c771fe500050c1ccb47080b3d:/docs/latex/wx/glcontext.tex

diff --git a/docs/latex/wx/glcontext.tex b/docs/latex/wx/glcontext.tex
index 2016939e97..f2c4b1c33f 100644
--- a/docs/latex/wx/glcontext.tex
+++ b/docs/latex/wx/glcontext.tex
@@ -1,6 +1,6 @@
 \section{\class{wxGLContext}}\label{wxglcontext}
 
-wxGLContext is a class for sharing opengl data resources, such as display lists, with another \helpref{wxGLCanvas}{wxglcanvas}.
+wxGLContext is a class for sharing OpenGL data resources, such as display lists, with another \helpref{wxGLCanvas}{wxglcanvas}.
 
 By sharing data resources, you can prevent code duplication, save memory, and ultimately help optimize your application.