[Tizen.Applications] Fix typo (#444)
authorJay Cho <chojoong@gmail.com>
Thu, 13 Sep 2018 05:11:13 +0000 (14:11 +0900)
committerWonYoung Choi <wy80.choi@samsung.com>
Thu, 13 Sep 2018 05:11:13 +0000 (14:11 +0900)
* [Tizen.Applications] Fix typo

src/Tizen.Applications.Common/Tizen.Applications/LocaleChangedEventArgs.cs
src/Tizen.Applications.Common/Tizen.Applications/LowBatteryEventArgs.cs
src/Tizen.Applications.Common/Tizen.Applications/LowMemoryEventArgs.cs
src/Tizen.Applications.Common/Tizen.Applications/RegionFormatChangedEventArgs.cs

index 21f5396..be7c9e4 100755 (executable)
@@ -36,7 +36,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The property to get the intformation of the Locale
+        /// The property to get the information of the Locale
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public string Locale { get; private set; }
index 6adb7a9..31cca9d 100755 (executable)
@@ -35,7 +35,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The property to get the intformation of the LowBatteryStatus
+        /// The property to get the information of the LowBatteryStatus
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public LowBatteryStatus LowBatteryStatus { get; private set; }
index f3832f4..5f11c4b 100755 (executable)
@@ -35,7 +35,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The property to get the intformation of the LowMemoryStatus
+        /// The property to get the information of the LowMemoryStatus
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public LowMemoryStatus LowMemoryStatus { get; private set; }
index 569ca1a..4d16a5a 100755 (executable)
@@ -36,7 +36,7 @@ namespace Tizen.Applications
         }
 
         /// <summary>
-        /// The property to get the intformation of the Region
+        /// The property to get the information of the Region
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public string Region { get; private set; }