Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
elandau committed Sep 20, 2017
1 parent 2252bfc commit f716d9f
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 f716d9f

Please sign in to comment.