summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnselmo L. S. Melo <anselmo.melo@openbossa.org>2012-01-19 15:27:40 -0300
committerQt by Nokia <qt-info@nokia.com>2012-01-20 12:48:19 +0100
commit841b0c4fac8e8a96ebb2120b704cf7bbf1260543 (patch)
treeed9dd93289d6d48ad97a7bfc2312192a1f675c41
parentef2efafcc6b28791df6258fa1c5d565090a9577a (diff)
Docs: Fix typo in the QWindow class documentation
It was 'windw' instead of 'window' Change-Id: I3a7b361a22e4ea09ee1fb3d9b551c1a88d401ff1 Reviewed-by: Jonas Gastal <jgastal@profusion.mobi> Reviewed-by: Robin Burchell <robin+qt@viroteck.net>
-rw-r--r--src/gui/kernel/qwindow.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/kernel/qwindow.cpp b/src/gui/kernel/qwindow.cpp
index 97c6b0cbc9..614b3ff6ba 100644
--- a/src/gui/kernel/qwindow.cpp
+++ b/src/gui/kernel/qwindow.cpp
@@ -60,7 +60,7 @@ QT_BEGIN_NAMESPACE
/*!
\class QWindow
- \brief The QWindow class encapsulates an independent windw in a Windowing System.
+ \brief The QWindow class encapsulates an independent window in a Windowing System.
A window that is supplied a parent become a native child window of
their parent window.