diff options
-rw-r--r-- | ajde.core/src/org/aspectj/ajde/core/ICompilerConfiguration.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ajde.core/src/org/aspectj/ajde/core/ICompilerConfiguration.java b/ajde.core/src/org/aspectj/ajde/core/ICompilerConfiguration.java index 35a8eb51c..df32a97bb 100644 --- a/ajde.core/src/org/aspectj/ajde/core/ICompilerConfiguration.java +++ b/ajde.core/src/org/aspectj/ajde/core/ICompilerConfiguration.java @@ -15,7 +15,7 @@ import java.util.Map; import java.util.Set; /** - * Inteface that contains all the configuration required for the + * Interface that contains all the configuration required for the * compiler to be able to perform a build */ public interface ICompilerConfiguration { |