summaryrefslogtreecommitdiffstats
path: root/src/platformheaders/xcbfunctions
diff options
context:
space:
mode:
authorAlexander Volkov <a.volkov@rusbitech.ru>2015-05-05 16:18:46 +0300
committerAlexander Volkov <a.volkov@rusbitech.ru>2015-05-07 06:57:50 +0000
commit1f18f2c1c1918f5d8e622f94c0504459b0a36075 (patch)
tree0bb6b0539cc735b442d88eded7d4dca7e71882f3 /src/platformheaders/xcbfunctions
parent66bd144cf18d52ae5c7340e01fb69c48c37cda46 (diff)
Doc: Fix spelling errors in the QXcbWindowFunctions docs
Change-Id: I0fe7dab6e80876b0fd17f59559295feecfd8cf63 Reviewed-by: Topi Reiniƶ <topi.reinio@digia.com>
Diffstat (limited to 'src/platformheaders/xcbfunctions')
-rw-r--r--src/platformheaders/xcbfunctions/qxcbwindowfunctions.qdoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/platformheaders/xcbfunctions/qxcbwindowfunctions.qdoc b/src/platformheaders/xcbfunctions/qxcbwindowfunctions.qdoc
index 9241e685eb..414d0795fc 100644
--- a/src/platformheaders/xcbfunctions/qxcbwindowfunctions.qdoc
+++ b/src/platformheaders/xcbfunctions/qxcbwindowfunctions.qdoc
@@ -32,7 +32,7 @@
\brief The QXcbWindowFunctions class is an inline class containing
miscellaneous functionality for xcb window specific functionality.
- A commen usage pattern is as follows:
+ A common usage pattern is as follows:
\snippet qxcbwindowfunctions/main.cpp 0
\note There is no binary compatibility guarantee for this class,
@@ -71,7 +71,7 @@
/*!
\fn QByteArray QXcbWindowFunctions::setWmWindowTypeIdentifier()
- This function returnes the bytearray that can be used to query
+ This function returns the byte array that can be used to query
QGuiApplication::platformFunction to retrieve the SetWmWindowType function.
*/