From 49869f2a7d0e5d33ea2444ea7b35e6f9dc93231e Mon Sep 17 00:00:00 2001 From: Stephen Kelly Date: Wed, 31 Jul 2013 11:18:01 +0200 Subject: [PATCH] Fix typo form->from Change-Id: Ifa47cec0e454228d33c917c0baa6d0686955af5a Reviewed-by: Gunnar Sletta --- src/gui/opengl/qopengl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gui/opengl/qopengl.h b/src/gui/opengl/qopengl.h index 6e8be66806f..6eb656cd09b 100644 --- a/src/gui/opengl/qopengl.h +++ b/src/gui/opengl/qopengl.h @@ -106,7 +106,7 @@ typedef GLfloat GLdouble; # endif # include # else -# define GL_GLEXT_LEGACY // Prevents GL/gl.h form #including system glext.h +# define GL_GLEXT_LEGACY // Prevents GL/gl.h from #including system glext.h # include # include # endif // Q_OS_MAC