Fix typo in Image documentation.
authorMitch Curtis <mitch.curtis@digia.com>
Thu, 15 May 2014 11:31:16 +0000 (13:31 +0200)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Thu, 15 May 2014 14:51:12 +0000 (16:51 +0200)
Change-Id: Ifa01f3e464c170e5f4739cea4380f1b08eeccc7e
Reviewed-by: Jerome Pasion <jerome.pasion@digia.com>
src/quick/items/qquickimage.cpp

index 08dbfa3..d752774 100644 (file)
@@ -108,7 +108,7 @@ QQuickImagePrivate::QQuickImagePrivate()
     \inherits Item
     \brief Displays an image
 
-    The Image type display an image.
+    The Image type displays an image.
 
     The source of the image is specified as a URL using the \l source property.
     Images can be supplied in any of the standard image formats supported by Qt,