Fix a typo in WidgetBase.cs 84/145584/1
authorSukHyung, Kang <shine.kang@samsung.com>
Wed, 23 Aug 2017 04:06:36 +0000 (13:06 +0900)
committerSukHyung, Kang <shine.kang@samsung.com>
Wed, 23 Aug 2017 04:06:36 +0000 (13:06 +0900)
Change-Id: Ibb71e316fdacb3bf1e946beccf77858d8f9f99dd
Signed-off-by: SukHyung, Kang <shine.kang@samsung.com>
src/Tizen.Applications.WidgetApplication/Tizen.Applications/WidgetBase.cs

index 3573556..663933f 100755 (executable)
@@ -45,7 +45,7 @@ namespace Tizen.Applications
             Permanent = 0,
 
             /// <summary>
-            /// Widget is deleted because of other reasons. (For e.g., widget process is terminated temporarily by the system)
+            /// Widget is deleted because of other reasons. (For example, widget process is terminated temporarily by the system)
             /// </summary>
             Temporary
         }