Skip to content

Commit

Permalink
Fix a minor typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
BenDol committed Sep 19, 2015
1 parent a1814f5 commit 6c0d72f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@

public class PreBootstrapperFallback implements PreBootstrapper {

private static final String REASON = "There must have been an issue generating the Bootstrapper. " +
private static final String REASON = "There must have been an issue generating the PreBootstrapper. " +
"Please check your module configuration, ensure there are no compile errors in your source code " +
"and ensure you are not importing sources that cannot be compiled by GWT.";

Expand Down

0 comments on commit 6c0d72f

Please sign in to comment.