Fix typo 95/183795/1
authorHeeyong Song <heeyong.song@samsung.com>
Wed, 11 Jul 2018 06:24:12 +0000 (15:24 +0900)
committerHeeyong Song <heeyong.song@samsung.com>
Wed, 11 Jul 2018 06:24:12 +0000 (15:24 +0900)
Change-Id: I43210b09469197805ac36f8eedc71a9054af0919

dali-toolkit/internal/visuals/image/image-visual.h

index 1a9230c..6e48997 100644 (file)
@@ -84,7 +84,7 @@ typedef IntrusivePtr< ImageVisual > ImageVisualPtr;
  *
  * where imageFittingMode should be one of the following fitting modes:
  *   "SHRINK_TO_FIT"
- *   "SCALE_TO_FIT"
+ *   "SCALE_TO_FILL"
  *   "FIT_WIDTH"
  *   "FIT_HEIGHT"
  *   "DEFAULT"