diff --git a/src/openglwidgets/qopenglwidget.cpp b/src/openglwidgets/qopenglwidget.cpp index 459bcdd25a1..d839a99f767 100644 --- a/src/openglwidgets/qopenglwidget.cpp +++ b/src/openglwidgets/qopenglwidget.cpp @@ -164,7 +164,7 @@ QT_BEGIN_NAMESPACE \section1 Code Examples - To get started, the simplest QOpenGLWidget subclass could like like the following: + To get started, the simplest QOpenGLWidget subclass could look like the following: \snippet code/doc_gui_widgets_qopenglwidget.cpp 0