Fix typo in documentation
authorKai Koehne <kai.koehne@digia.com>
Thu, 17 Jul 2014 14:30:34 +0000 (16:30 +0200)
committerKai Koehne <kai.koehne@digia.com>
Fri, 18 Jul 2014 11:25:50 +0000 (13:25 +0200)
Change-Id: Ie250c41943be661b19b5f09731508d6613f4cf82
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
src/quick/items/qquickwindow.cpp

index 6276bed..bead1ad 100644 (file)
@@ -3261,7 +3261,7 @@ QSGTexture *QQuickWindow::createTextureFromImage(const QImage &image) const
 
     \warning The returned texture is not memory managed by the scene graph and
     must be explicitly deleted by the caller on the rendering thread.
-    This is acheived by deleting the texture from a QSGNode destructor
+    This is achieved by deleting the texture from a QSGNode destructor
     or by using deleteLater() in the case where the texture already has affinity
     to the rendering thread.