Author: olli
Date: Tue May 3 09:10:32 2016
New Revision: 1742074
URL: http://svn.apache.org/viewvc?rev=1742074&view=rev
Log:
fix typo
Modified:
sling/trunk/bundles/commons/compiler/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java
Modified:
sling/trunk/bundles/commons/compiler/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java
URL:
http://svn.apache.org/viewvc/sling/trunk/bundles/commons/compiler/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java?rev=1742074&r1=1742073&r2=1742074&view=diff
==============================================================================
---
sling/trunk/bundles/commons/compiler/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java
(original)
+++
sling/trunk/bundles/commons/compiler/src/main/java/org/apache/sling/commons/compiler/impl/EclipseJavaCompiler.java
Tue May 3 09:10:32 2016
@@ -53,7 +53,7 @@ import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
/**
- * The <code>EclipseJavaCompiler</code> provides platform independant
+ * The <code>EclipseJavaCompiler</code> provides platform independent
* Java compilation support using the Eclipse Java Compiler (org.eclipse.jdt).
*
*/