diff --git a/bundles/org.eclipse.passage.lic.api/src/org/eclipse/passage/lic/api/restrictions/RestrictionExecutor.java b/bundles/org.eclipse.passage.lic.api/src/org/eclipse/passage/lic/api/restrictions/RestrictionExecutor.java index 1b30b1b4d..a7d7a0b2d 100644 --- a/bundles/org.eclipse.passage.lic.api/src/org/eclipse/passage/lic/api/restrictions/RestrictionExecutor.java +++ b/bundles/org.eclipse.passage.lic.api/src/org/eclipse/passage/lic/api/restrictions/RestrictionExecutor.java @@ -25,7 +25,7 @@ public interface RestrictionExecutor { /** - *

Applies the given {@link RestrictionVerdict}s for feature under licencing + *

Applies the given {@link RestrictionVerdict}s for feature under licensing * to the current runtime of the program.

* *

Is capable to affect the program runtime environment the following ways:

@@ -36,7 +36,7 @@ public interface RestrictionExecutor { *
  • block of bundles using OSGi level
  • * * - * @param verdicts restriction instructions gained at the pagse of permission examining phase of access cycle + * @param verdicts restriction instructions gained at the permission examining phase of access cycle * @return the final result summary of the current access cycle * * @since 0.4.0