summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Kelly <stephen.kelly@kdab.com>2013-07-31 11:18:01 +0200
committerThe Qt Project <gerrit-noreply@qt-project.org>2013-07-31 22:03:27 +0200
commit49869f2a7d0e5d33ea2444ea7b35e6f9dc93231e (patch)
tree4754f115f717d1220730372efb740390bc6f182a
parent0ec917123f49e398e884b887b9de22f2b8b82425 (diff)
Fix typo form->from
Change-Id: Ifa47cec0e454228d33c917c0baa6d0686955af5a Reviewed-by: Gunnar Sletta <gunnar.sletta@digia.com>
-rw-r--r--src/gui/opengl/qopengl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/opengl/qopengl.h b/src/gui/opengl/qopengl.h
index 6e8be66806..6eb656cd09 100644
--- a/src/gui/opengl/qopengl.h
+++ b/src/gui/opengl/qopengl.h
@@ -106,7 +106,7 @@ typedef GLfloat GLdouble;
# endif
# include <OpenGL/glext.h>
# 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 <GL/gl.h>
# include <QtGui/qopenglext.h>
# endif // Q_OS_MAC