Fix errata in doxygen comment 52/112252/1 tizen_3.0_tv accepted/tizen/3.0/common/20170131.161810 accepted/tizen/3.0/ivi/20170131.035701 accepted/tizen/3.0/mobile/20170131.035648 accepted/tizen/3.0/tv/20170131.035652 accepted/tizen/3.0/wearable/20170131.035657 submit/tizen_3.0/20170131.015755
authorSemun Lee <sm79.lee@samsung.com>
Tue, 31 Jan 2017 00:33:28 +0000 (09:33 +0900)
committerSemun Lee <sm79.lee@samsung.com>
Tue, 31 Jan 2017 00:34:16 +0000 (16:34 -0800)
Change-Id: I545d9731db74a462e09b9a2d626751012a5c1230
Signed-off-by: Semun Lee <sm79.lee@samsung.com>
doc/widget_service_doc.h

index b173f9dc3002b091bb00482f6d2d2bd9356451cd..9d81fde04a6925d1e06743e17077eb8e6435f5ee 100755 (executable)
@@ -73,7 +73,7 @@
    <H1>2. Size of widget</H1>
    Widget has predefined size types.
    1x1 is a square so its pixel size of width and height must has to be same.
-   2x2, 4x4 also sqaure.
+   2x2, 4x4 also square.
    2x1, 4x1, 4x2, 4x3 is a rectangle. so its pixel size of width & height should not be same.
    pixel size of width should be long than height.
    Pixel size can be differ between different devices.