1
0
mirror of https://github.com/ARM-software/workload-automation.git synced 2025-09-02 03:12:34 +01:00

Fix typos

This commit is contained in:
Marc Bonnici
2018-04-26 16:36:45 +01:00
committed by setrofim
parent 6965c05707
commit f4b47bf65a
6 changed files with 5 additions and 5 deletions

View File

@@ -54,7 +54,7 @@ public class UiAutomation extends BaseUiAutomation {
protected String packageID;
@Before
public void initilize() throws Exception {
public void initialize() throws Exception {
parameters = getParams();
packageID = getPackageID(parameters);

View File

@@ -50,7 +50,7 @@ public class UiAutomation extends BaseUiAutomation {
protected String packageID;
@Before
public void initilize() {
public void initialize() {
parameters = getParams();
packageID = getPackageID(parameters);
}