]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/glcontext.tex
fixed typo in HitTest() docs
[wxWidgets.git] / docs / latex / wx / glcontext.tex
index 2016939e977330d1684d65f1b1d361989d0c54ef..f2c4b1c33fcc82d91e21bb8adb6334c0c0df3704 100644 (file)
@@ -1,6 +1,6 @@
 \section{\class{wxGLContext}}\label{wxglcontext}
 
 \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.
 
 
 By sharing data resources, you can prevent code duplication, save memory, and ultimately help optimize your application.