Skip to content

Commit

Permalink
Fixed minor javadoc typo
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jul 18, 2017
1 parent 503a0f3 commit c9bbc49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,13 +25,13 @@ public enum ControlType

/**
* Controls only the life-cycle of addons that depend on the {@link Addon} from which the
* {@link AddonLifecycleProvider} instance orginated.
* {@link AddonLifecycleProvider} instance originated.
*/
DEPENDENTS,

/**
* Controls both the life-cycle of the {@link Addon}, and the life-cycle of addons that depend on the {@link Addon},
* from which the {@link AddonLifecycleProvider} instance orginated.
* from which the {@link AddonLifecycleProvider} instance originated.
*/
ALL
}

0 comments on commit c9bbc49

Please sign in to comment.