From 2e97bcce700babb60cf387ffeb87c755fdf0c31f Mon Sep 17 00:00:00 2001 From: Marc Bonnici Date: Wed, 22 Feb 2017 16:06:53 +0000 Subject: [PATCH] Appshare: Fixed typo --- .../appshare/uiauto/src/com/arm/wlauto/uiauto/UiAutomation.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wlauto/workloads/appshare/uiauto/src/com/arm/wlauto/uiauto/UiAutomation.java b/wlauto/workloads/appshare/uiauto/src/com/arm/wlauto/uiauto/UiAutomation.java index cd874733..f5c5f298 100755 --- a/wlauto/workloads/appshare/uiauto/src/com/arm/wlauto/uiauto/UiAutomation.java +++ b/wlauto/workloads/appshare/uiauto/src/com/arm/wlauto/uiauto/UiAutomation.java @@ -135,7 +135,7 @@ public class UiAutomation extends UxPerfUiAutomation { UiObject openApp = new UiObject(new UiSelector().text(appName) .className("android.widget.TextView")); - // On some devices the application_grid has many entries, se we have to swipe up to make + // On some devices the application_grid has many entries, so we have to swipe up to make // sure all the entries are visable. This will also stop entries at the bottom being // obscured by the bottom action bar. applicationGrid.swipeUp(10);