summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/eglfs
diff options
context:
space:
mode:
authorJørgen Lind <jorgen.lind@nokia.com>2010-12-01 15:37:51 (GMT)
committerJørgen Lind <jorgen.lind@nokia.com>2010-12-01 16:08:14 (GMT)
commit5fcdba84a8546a31974e4e1ecfaf481e0b9921a5 (patch)
tree0d1cc84ebb343e52e971b9f52497734f3e8981e4 /src/plugins/platforms/eglfs
parent9ec7743776a8d444d29ae4439039beff39fee1bc (diff)
downloadQt-5fcdba84a8546a31974e4e1ecfaf481e0b9921a5.zip
Qt-5fcdba84a8546a31974e4e1ecfaf481e0b9921a5.tar.gz
Qt-5fcdba84a8546a31974e4e1ecfaf481e0b9921a5.tar.bz2
Fix spelling mistake in QEGLPlatformcontext
Autocompletion and a hint of dyslexia made me not see this before :) Reviewed-by: paul
Diffstat (limited to 'src/plugins/platforms/eglfs')
-rw-r--r--src/plugins/platforms/eglfs/qeglfsscreen.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/platforms/eglfs/qeglfsscreen.cpp b/src/plugins/platforms/eglfs/qeglfsscreen.cpp
index cbe6210..db90ff2 100644
--- a/src/plugins/platforms/eglfs/qeglfsscreen.cpp
+++ b/src/plugins/platforms/eglfs/qeglfsscreen.cpp
@@ -203,7 +203,7 @@ void QEglFSScreen::createAndSetPlatformContext()
attribList[temp++] = EGL_NONE;
QEGLPlatformContext *platformContext = new QEGLPlatformContext(m_dpy,config,attribList,m_surface,EGL_OPENGL_ES_API);
- platformContext->makeDefaultSaredContext();
+ platformContext->makeDefaultSharedContext();
m_platformContext = platformContext;
EGLint w,h; // screen size detection