Revert "[3.0] Updated documentation to ensure DALi is referenced as such."
[platform/core/uifw/dali-toolkit.git] / docs / content / programming-guide / image-view.h
index 9960a3e..60e119f 100644 (file)
@@ -12,7 +12,7 @@
  * The Image View is constructed by passing a Dali::Image object or by a url path.<br>
  *
  * <h3 class="pg">Loading from a url path</h3>
- * Image View will load a file from a given url path. Using a url path is the prefered way of displaying an image as the DALi engine can do optimisations to
+ * Image View will load a file from a given url path. Using a url path is the prefered way of displaying an image as the Dali engine can do optimsations to
  * reuse shaders and perform automatic image atlassing.<br>
  * This can be a path to a image file:
  * @code