Skip to content

Commit

Permalink
Merge pull request #517 from elandau/bugfix/typo
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
elandau authored Sep 20, 2017
2 parents 2252bfc + f716d9f commit 0d9c079
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ public final class StaticDeploymentContext implements DeploymentContext {
private static volatile DeploymentContext delegate;

@Inject
public static void intiailize(DeploymentContext context) {
public static void initialize(DeploymentContext context) {
delegate = context;
}

Expand Down

0 comments on commit 0d9c079

Please sign in to comment.