diff options
author | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-30 15:53:48 (GMT) |
---|---|---|
committer | Jerome Pasion <jerome.pasion@nokia.com> | 2010-08-30 15:53:48 (GMT) |
commit | 8b2fdaf81ed4c52a75fe3a160c20f76a4eaf1d2b (patch) | |
tree | ea6de85c9fee2cc7e1ece555793b2483177fb6cf /src/gui/egl | |
parent | be69c316c56379d2b955491ffc54754018079dec (diff) | |
download | Qt-8b2fdaf81ed4c52a75fe3a160c20f76a4eaf1d2b.zip Qt-8b2fdaf81ed4c52a75fe3a160c20f76a4eaf1d2b.tar.gz Qt-8b2fdaf81ed4c52a75fe3a160c20f76a4eaf1d2b.tar.bz2 |
Fixed spelling, broken links, and missing default values.
Tasks: QTBUG-13271, QTBUG-13212, QTBUG-12321
Reviewer: David Boddie
Diffstat (limited to 'src/gui/egl')
-rw-r--r-- | src/gui/egl/qeglproperties.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/egl/qeglproperties.cpp b/src/gui/egl/qeglproperties.cpp index 3638de5..65b4d85 100644 --- a/src/gui/egl/qeglproperties.cpp +++ b/src/gui/egl/qeglproperties.cpp @@ -258,7 +258,7 @@ bool QEglProperties::reduceConfiguration() // those with smaller (but faster) lower color depths. One // way around this is to set EGL_BUFFER_SIZE to 16, which // trumps the others. Of course, there may not be a 16-bit - // config avaliable, so it's the first restraint we remove. + // config available, so it's the first restraint we remove. if (value(EGL_BUFFER_SIZE) == 16) { removeValue(EGL_BUFFER_SIZE); return true; |