summaryrefslogtreecommitdiffstats
path: root/src/render/framegraph/qrendercapture.cpp
diff options
context:
space:
mode:
authorAndy Maloney <asmaloney@gmail.com>2017-03-22 11:24:42 -0400
committerAndy Maloney <asmaloney@gmail.com>2017-04-06 14:00:13 +0000
commitd9b4b28c5383a5d338a670e48aa1a4e4ba9fa3d9 (patch)
treebc7d359859651e468821be3fa08e626f05d1c4aa /src/render/framegraph/qrendercapture.cpp
parent6729e2cf8ed26c4087b700cf883a379594d6b78f (diff)
Fix spelling in comments and docs
Change-Id: Ib93da3bc94ee43980d1190955c8c37e886c4b0fa Reviewed-by: Sean Harmer <sean.harmer@kdab.com>
Diffstat (limited to 'src/render/framegraph/qrendercapture.cpp')
-rw-r--r--src/render/framegraph/qrendercapture.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/render/framegraph/qrendercapture.cpp b/src/render/framegraph/qrendercapture.cpp
index 6576fdac3..e1b11e3e0 100644
--- a/src/render/framegraph/qrendercapture.cpp
+++ b/src/render/framegraph/qrendercapture.cpp
@@ -123,7 +123,7 @@ namespace Qt3DRender {
* the request. The requestId does not have to be unique. Only one render capture result
* is produced per requestCapture call even if the frame graph has multiple leaf nodes.
* The function returns a QRenderCaptureReply object, which receives the captured image
- * when it is done. The user is reponsible for deallocating the returned object.
+ * when it is done. The user is responsible for deallocating the returned object.
*/
/*!
@@ -256,7 +256,7 @@ QRenderCapture::QRenderCapture(Qt3DCore::QNode *parent)
* the request. The requestId does not have to be unique. Only one render capture result
* is produced per requestCapture call even if the frame graph has multiple leaf nodes.
* The function returns a QRenderCaptureReply object, which receives the captured image
- * when it is done. The user is reponsible for deallocating the returned object.
+ * when it is done. The user is responsible for deallocating the returned object.
*/
QRenderCaptureReply *QRenderCapture::requestCapture(int captureId)
{