summaryrefslogtreecommitdiffstats
path: root/src/gui/kernel
diff options
context:
space:
mode:
authorPaul Wicking <paul.wicking@qt.io>2018-06-26 13:19:23 +0200
committerPaul Wicking <paul.wicking@qt.io>2018-06-26 12:56:04 +0000
commit6f53c2bc967641ef16d681e7cec0db200e4da244 (patch)
treebcb7c37c506517d26e0160b8f060a9ec43742a6a /src/gui/kernel
parenta7730793becc55cb535cd4c262b418f93405a81e (diff)
Doc: Fix typo
Task-number: QTBUG-69093 Change-Id: Ica63482251b2a614a17a996fac9bcc16b96c200f Reviewed-by: Topi Reiniƶ <topi.reinio@qt.io>
Diffstat (limited to 'src/gui/kernel')
-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 9abe04810b..55fe75d220 100644
--- a/src/gui/kernel/qwindow.cpp
+++ b/src/gui/kernel/qwindow.cpp
@@ -2861,7 +2861,7 @@ void QWindow::setVulkanInstance(QVulkanInstance *instance)
}
/*!
- \return the associrated Vulkan instance or \c null if there is none.
+ \return the associated Vulkan instance or \c null if there is none.
*/
QVulkanInstance *QWindow::vulkanInstance() const
{