summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKari Oikarinen <kari.oikarinen@qt.io>2017-04-25 14:01:39 +0300
committerKari Oikarinen <kari.oikarinen@qt.io>2017-04-26 11:50:34 +0000
commita0c3d2c5863f379683e8cb3f0143c80cb9312c60 (patch)
tree5eb1f23578d45dd458335c4ed99190695a360dbe
parent1da2871ad105ca8daf1cc3c055703f14d343209f (diff)
Fix documention typo
"assiociate" -> "associate" Change-Id: I6562062432c482ec845f758f7b73fce61eefd38c Reviewed-by: Johan Helsing <johan.helsing@qt.io>
-rw-r--r--src/compositor/extensions/qwaylandwlshell.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compositor/extensions/qwaylandwlshell.cpp b/src/compositor/extensions/qwaylandwlshell.cpp
index 9b434679e..a327c9139 100644
--- a/src/compositor/extensions/qwaylandwlshell.cpp
+++ b/src/compositor/extensions/qwaylandwlshell.cpp
@@ -261,7 +261,7 @@ void QWaylandWlShellSurfacePrivate::shell_surface_set_class(Resource *resource,
* \since 5.8
* \brief Provides an extension for desktop-style user interfaces.
*
- * The WlShell extension provides a way to assiociate a ShellSurface
+ * The WlShell extension provides a way to associate a ShellSurface
* with a regular Wayland surface. Using the shell surface interface, the client
* can request that the surface is resized, moved, and so on.
*
@@ -287,7 +287,7 @@ void QWaylandWlShellSurfacePrivate::shell_surface_set_class(Resource *resource,
* \since 5.8
* \brief The QWaylandWlShell class is an extension for desktop-style user interfaces.
*
- * The QWaylandWlShell extension provides a way to assiociate a QWaylandWlShellSurface with
+ * The QWaylandWlShell extension provides a way to associate a QWaylandWlShellSurface with
* a regular Wayland surface. Using the shell surface interface, the client
* can request that the surface is resized, moved, and so on.
*