typo fixed: invokation -> invocation

This commit is contained in:
Ilya Klyuchnikov
2014-02-28 14:25:10 +04:00
parent 6755abefb7
commit 0be6e57efe
@@ -48,7 +48,7 @@ public class K2JVMCompilerArguments extends CommonCompilerArguments {
@Argument(value = "noJdkAnnotations", description = "don't include JDK external annotations into classpath")
public boolean noJdkAnnotations;
@Argument(value = "notNullAssertions", description = "generate not-null assertion after each invokation of method returning not-null")
@Argument(value = "notNullAssertions", description = "generate not-null assertion after each invocation of method returning not-null")
public boolean notNullAssertions;
@Argument(value = "notNullParamAssertions", description = "generate not-null assertions on parameters of methods accessible from Java")