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>
This commit is contained in:
Anselmo L. S. Melo 2012-01-19 15:27:40 -03:00 committed by Qt by Nokia
parent ef2efafcc6
commit 841b0c4fac

View File

@ -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.