[NUI] Picker: Fix typo
authorWoochanlee <wc0917.lee@samsung.com>
Wed, 29 Jun 2022 13:40:51 +0000 (22:40 +0900)
committerJaehyun Cho <jaehyun0cho@gmail.com>
Mon, 4 Jul 2022 07:13:17 +0000 (16:13 +0900)
src/Tizen.NUI.Components/Controls/Picker.cs

index 6caea11..6e4c079 100755 (executable)
@@ -516,7 +516,7 @@ namespace Tizen.NUI.Components
 
         private void PageAdjust(float positionY)
         {
-            //Check the scroll is going out to the dummys if so, bring it back to page.
+            //Check the scroll is going out to the dummies if so, bring it back to page.
             if (positionY > -(startScrollY - (itemHeight * middleItemIdx)))
                 pickerScroller.ScrollTo(-positionY + pageSize, false);
             else if (positionY < -(startScrollY + pageSize - (itemHeight * middleItemIdx)))