[NUI] tiny typo fix
authorpichulia <eunkiki.hong@samsung.com>
Fri, 5 Feb 2021 11:55:36 +0000 (20:55 +0900)
committerdongsug-song <35130733+dongsug-song@users.noreply.github.com>
Mon, 8 Feb 2021 01:21:42 +0000 (10:21 +0900)
Signed-off-by: pichulia <eunkiki.hong@samsung.com>
src/Tizen.NUI/src/public/BaseComponents/View.cs
src/Tizen.NUI/src/public/Position.cs

index bc48681..3ebe650 100755 (executable)
@@ -1843,7 +1843,7 @@ namespace Tizen.NUI.BaseComponents
                 if (basehandle is Layer layer)
                 {
                     ret = new View(Layer.getCPtr(layer).Handle, false);
-                    NUILog.Error("This Parent property is deprecated, shoud do not be used");
+                    NUILog.Error("This Parent property is deprecated, should do not be used");
                 }
                 else
                 {
index c55de60..0128816 100755 (executable)
@@ -339,7 +339,7 @@ namespace Tizen.NUI
         }
 
         /// <summary>
-        /// PivotPoint constants: 0.0.
+        /// PivotPoint constants: 0.5.
         /// </summary>
         /// <since_tizen> 3 </since_tizen>
         public static float PivotPointMiddle