Skip to content

Commit

Permalink
Merge pull request #88 from gcstang/master
Browse files Browse the repository at this point in the history
fix typo
  • Loading branch information
Edvin Syse committed Aug 18, 2017
2 parents f1eae01 + 4bf377f commit 9f758b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/fxlauncher/AbstractLauncher.java
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ public X509Certificate[] getAcceptedIssuers() {
}

protected boolean checkIgnoreUpdateErrorSetting() {
return getParameters().getUnnamed().contains("--stopOnUpDateErrors");
return getParameters().getUnnamed().contains("--stopOnUpdateErrors");
}
public String getPhase() {
return phase;
Expand Down

0 comments on commit 9f758b0

Please sign in to comment.